Work on Blocked screen

This commit is contained in:
Juha Heinanen
2025-12-28 12:13:59 +02:00
parent 3cf6c1dbaf
commit 2a4aac1bae
4 changed files with 24 additions and 2 deletions

View File

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