manager: fix comment typo

This commit is contained in:
Rifat Azad
2024-12-27 23:05:24 +06:00
parent 4332b5caa9
commit ced32e9280

View File

@@ -83,7 +83,7 @@ class MainActivity : ComponentActivity() {
val currentDestination = navController.currentBackStackEntryAsState()?.value?.destination val currentDestination = navController.currentBackStackEntryAsState()?.value?.destination
val showBottomBar = when (currentDestination?.route) { val showBottomBar = when (currentDestination?.route) {
ExecuteModuleActionScreenDestination.route -> false // Hide for HomeScreen ExecuteModuleActionScreenDestination.route -> false // Hide for ExecuteModuleActionScreen
else -> true else -> true
} }