feat: Implement avatar handling and display across chat and account screens

This commit is contained in:
k1ngsterr1
2026-01-24 01:14:25 +05:00
parent 1367864008
commit 10c78e6231
7 changed files with 135 additions and 87 deletions

View File

@@ -583,6 +583,7 @@ fun MainScreen(
// TODO: Show new chat screen
},
onUserSelect = { selectedChatUser -> selectedUser = selectedChatUser },
avatarRepository = avatarRepository,
onLogout = onLogout
)
}