feat: Add navigation for contacts in MainScreen and update ProfileCard visibility
This commit is contained in:
@@ -477,6 +477,9 @@ fun MainScreen(
|
||||
onNewGroupClick = {
|
||||
// TODO: Navigate to new group
|
||||
},
|
||||
onContactsClick = {
|
||||
// TODO: Navigate to contacts
|
||||
},
|
||||
onCallsClick = {
|
||||
// TODO: Navigate to calls
|
||||
},
|
||||
@@ -648,9 +651,11 @@ fun MainScreen(
|
||||
},
|
||||
onLogout = onLogout,
|
||||
onNavigateToTheme = {
|
||||
showProfileScreen = false
|
||||
showThemeScreen = true
|
||||
},
|
||||
onNavigateToSafety = {
|
||||
showProfileScreen = false
|
||||
showSafetyScreen = true
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user