diff options
| author | JustZvan <justzvan@justzvan.xyz> | 2026-04-08 19:41:36 +0200 |
|---|---|---|
| committer | JustZvan <justzvan@justzvan.xyz> | 2026-04-08 19:41:36 +0200 |
| commit | 1f07f153b23fa9a7ae0ea648b498dad60f96c594 (patch) | |
| tree | c7c7d1c824d7fdfeaea4ca77ea22c370708ed8a7 /app/src/main/java/sh/lajo/buddy/MainActivity.kt | |
| parent | adb6a4fd9ec3a23c04d5e4c2ce799448237915c4 (diff) | |
feat: 1.2main
Diffstat (limited to 'app/src/main/java/sh/lajo/buddy/MainActivity.kt')
| -rw-r--r-- | app/src/main/java/sh/lajo/buddy/MainActivity.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/java/sh/lajo/buddy/MainActivity.kt b/app/src/main/java/sh/lajo/buddy/MainActivity.kt index 3f398b3..b3756ec 100644 --- a/app/src/main/java/sh/lajo/buddy/MainActivity.kt +++ b/app/src/main/java/sh/lajo/buddy/MainActivity.kt @@ -61,7 +61,7 @@ class MainActivity : ComponentActivity() { } // Determine which destinations should show the bottom bar - val showBottomBar = currentRoute in listOf("main", "home", "settings") + val showBottomBar = currentRoute in listOf("main", "home", "settings", "education") Scaffold( bottomBar = { |