dagomni
11/03/2020, 11:28 AMIan Lake
11/03/2020, 2:44 PMdagomni
11/03/2020, 2:53 PMnavController.popBackStack(navController.graph.startDestination, false)
if (currentRoute != routeToOpen) {
navController.navigateTo(routeToOpen)
}
Ian Lake
11/03/2020, 2:56 PMnavigate
, you are creating a brand new instance. The only time in the current world where you get a previously created instance is when you hit the system back buttondagomni
11/03/2020, 3:11 PM