|
|
|
|
@ -143,7 +143,7 @@ class NiaAppState(
|
|
|
|
|
// Pop up to the start destination of the graph to
|
|
|
|
|
// avoid building up a large stack of destinations
|
|
|
|
|
// on the back stack as users select items
|
|
|
|
|
popUpTo(navController.graph.findStartDestination()) {
|
|
|
|
|
popUpTo(navController.graph.findStartDestination().id) {
|
|
|
|
|
saveState = true
|
|
|
|
|
}
|
|
|
|
|
// Avoid multiple copies of the same destination when
|
|
|
|
|
|