Added Blocking screen to account settings
Added capability to add call and message peers to blocked list Fixed background color of bottom navigation bar on some screens
This commit is contained in:
@ -290,6 +290,7 @@ class MainActivity : ComponentActivity() {
|
||||
callsScreenRoute(navController, viewModel)
|
||||
callDetailsScreenRoute(navController, viewModel)
|
||||
blockedScreenRoute(navController)
|
||||
blockingScreenRoute(navController)
|
||||
chatsScreenRoute(navController)
|
||||
chatScreenRoute(navController, viewModel)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user