From a22f2937c6e0e52043bf0648bd91287d72c10511 Mon Sep 17 00:00:00 2001 From: Rifat Azad Date: Fri, 27 Dec 2024 23:05:24 +0600 Subject: [PATCH] manager: fix comment typo --- manager/app/src/main/java/com/rifsxd/ksunext/ui/MainActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/app/src/main/java/com/rifsxd/ksunext/ui/MainActivity.kt b/manager/app/src/main/java/com/rifsxd/ksunext/ui/MainActivity.kt index bd26cb71..05ff4417 100644 --- a/manager/app/src/main/java/com/rifsxd/ksunext/ui/MainActivity.kt +++ b/manager/app/src/main/java/com/rifsxd/ksunext/ui/MainActivity.kt @@ -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 }