feat: Implement avatar handling and display across chat and account screens
This commit is contained in:
@@ -583,6 +583,7 @@ fun MainScreen(
|
||||
// TODO: Show new chat screen
|
||||
},
|
||||
onUserSelect = { selectedChatUser -> selectedUser = selectedChatUser },
|
||||
avatarRepository = avatarRepository,
|
||||
onLogout = onLogout
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user