diff --git a/app/src/main/java/app/closer/core/navigation/AppNavigation.kt b/app/src/main/java/app/closer/core/navigation/AppNavigation.kt index 371e8f85..ecb4865c 100644 --- a/app/src/main/java/app/closer/core/navigation/AppNavigation.kt +++ b/app/src/main/java/app/closer/core/navigation/AppNavigation.kt @@ -686,6 +686,10 @@ private val shellBackRoutes = setOf( // NB: PARTNER_HOME, WHEEL_HISTORY, GAME_HISTORY are intentionally NOT here — those screens // render their OWN Scaffold+TopAppBar (with back). Adding them drew a SECOND app bar + back // arrow on top of the screen's own (C-NAV-003 duplicate header, same class as C-CC-001). + // The pack library is drilled into from Home, the Play hub, the composer and the weekly recap, + // but is not a bottom-nav tab and draws no header of its own — without this it rendered no app + // bar and no bottom bar, leaving the system Back gesture as the only way off the screen. + AppRoute.QUESTION_PACKS, AppRoute.QUESTION_CATEGORY, AppRoute.QUESTION_COMPOSER, AppRoute.QUESTION_THREAD,