feat: enhance camera handling and UI state management in chat components

This commit is contained in:
2026-03-02 14:07:42 +05:00
parent 6d379148b0
commit 8f7544c655
6 changed files with 691 additions and 148 deletions

View File

@@ -1072,6 +1072,9 @@ fun MainScreen(
isDarkTheme = isDarkTheme,
accountPublicKey = accountPublicKey,
accountPrivateKey = accountPrivateKey,
accountName = accountName,
accountUsername = accountUsername,
avatarRepository = avatarRepository,
onBack = { navStack = navStack.filterNot { it is Screen.GroupSetup } },
onGroupOpened = { groupUser ->
navStack =