Добавлен экран Calls в сайдбар и улучшено управление историей звонков

This commit is contained in:
2026-03-27 18:22:21 +05:00
parent 39b0b0e107
commit c3e97eee56
5 changed files with 763 additions and 20 deletions

View File

@@ -1015,6 +1015,9 @@ fun MainScreen(
onUserSelect = { selectedChatUser ->
pushScreen(Screen.ChatDetail(selectedChatUser))
},
onStartCall = { user ->
startCallWithPermission(user)
},
backgroundBlurColorId = backgroundBlurColorId,
pinnedChats = pinnedChats,
onTogglePin = { opponentKey ->