You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i used popUpTo and popBackStack() in this way :
navController.navigate(command.destination){
// Clear the back stack up to the OnBoarding screen
navController.popBackStack(OnBoardingDirections.onBoarding.destination, true) or
// Clear the back stack
launchSingleTop = true
restoreState = true
}
hope i helped
I added NavOptionsBuilder
but I cannot access start navigation because I don't have reference on navController graph,
The text was updated successfully, but these errors were encountered: