manager: fix comment typo

This commit is contained in:
Rifat Azad
2024-12-27 23:05:24 +06:00
parent a5f12ffe96
commit a22f2937c6

View File

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