-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Description
Context:
- after first launch the user passes through Onboarding to MainPage
- by onBackPress on MainPage user returns to Onboarding
Issue:
this part of code working only for the next launches after first
NavHost( navController = navController, startDestination = if(shouldShowOnboarding) { Route.WELCOME } else Route.TRACKER_OVERVIEW )
Step to reproduce:
- branches: master / Part25/ImproovingNavigation+BugFix
- fully delete app from device
- install app
- pass onboarding
- call onBackPress on the main page
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels