From 1f07f153b23fa9a7ae0ea648b498dad60f96c594 Mon Sep 17 00:00:00 2001 From: JustZvan Date: Wed, 8 Apr 2026 19:41:36 +0200 Subject: feat: 1.2 --- app/src/main/java/sh/lajo/buddy/MainActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/java/sh/lajo/buddy/MainActivity.kt') 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 = { -- cgit v1.2.3