fix(nav): drop Connection Challenges from shellBackRoutes (C-CC-001 P2)
The screen renders its own header (title + 'Pick a series…' subtitle + back) for both the pick and active views, so the nav-scaffold app bar drew a SECOND identical header + back arrow on top. Removed it from shellBackRoutes -> single header, single back. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
f4a7019c3c
commit
eb9facc2d5
|
|
@ -590,7 +590,10 @@ private val shellBackRoutes = setOf(
|
|||
AppRoute.THIS_OR_THAT,
|
||||
AppRoute.HOW_WELL,
|
||||
AppRoute.DESIRE_SYNC,
|
||||
AppRoute.CONNECTION_CHALLENGES,
|
||||
// NB: CONNECTION_CHALLENGES is intentionally NOT here — that screen renders its OWN
|
||||
// header (title + "Pick a series…" subtitle + back) for both the pick and active views.
|
||||
// Adding it to the shell set drew a SECOND "Connection Challenges" app bar + back arrow
|
||||
// on top of the screen's own (C-CC-001 duplicate header / double back).
|
||||
AppRoute.WAITING_FOR_PARTNER,
|
||||
AppRoute.SUBSCRIPTION,
|
||||
AppRoute.WHEEL_HISTORY,
|
||||
|
|
|
|||
Loading…
Reference in New Issue