fix: refine shell back routes — remove full-screen screens from shellBackRoutes set
This commit is contained in:
parent
45058fdd5f
commit
a530064ddb
|
|
@ -376,16 +376,11 @@ private val shellBackRoutes = setOf(
|
|||
AppRoute.SPIN_WHEEL,
|
||||
AppRoute.WHEEL_SESSION,
|
||||
AppRoute.WHEEL_COMPLETE,
|
||||
AppRoute.WHEEL_HISTORY,
|
||||
AppRoute.DATE_MATCH,
|
||||
AppRoute.DATE_MATCHES,
|
||||
AppRoute.DATE_BUILDER,
|
||||
AppRoute.BUCKET_LIST,
|
||||
AppRoute.THIS_OR_THAT,
|
||||
AppRoute.HOW_WELL,
|
||||
AppRoute.ACCOUNT,
|
||||
AppRoute.SUBSCRIPTION,
|
||||
AppRoute.PAYWALL
|
||||
)
|
||||
|
||||
@Composable
|
||||
|
|
|
|||
Loading…
Reference in New Issue