Добавлен экран Calls в сайдбар и улучшено управление историей звонков
This commit is contained in:
@@ -1015,6 +1015,9 @@ fun MainScreen(
|
||||
onUserSelect = { selectedChatUser ->
|
||||
pushScreen(Screen.ChatDetail(selectedChatUser))
|
||||
},
|
||||
onStartCall = { user ->
|
||||
startCallWithPermission(user)
|
||||
},
|
||||
backgroundBlurColorId = backgroundBlurColorId,
|
||||
pinnedChats = pinnedChats,
|
||||
onTogglePin = { opponentKey ->
|
||||
|
||||
Reference in New Issue
Block a user