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:
Juha Heinanen
2026-06-21 19:54:48 +03:00
parent eb85a5ef1c
commit 09fdec99cb
16 changed files with 141 additions and 131 deletions

View File

@ -290,6 +290,7 @@ class MainActivity : ComponentActivity() {
callsScreenRoute(navController, viewModel)
callDetailsScreenRoute(navController, viewModel)
blockedScreenRoute(navController)
blockingScreenRoute(navController)
chatsScreenRoute(navController)
chatScreenRoute(navController, viewModel)
}