Fix crash: Cannot not find serializer of the destination

pull/2064/head
lihenggui 1 year ago
parent b69667774d
commit 02a0e40ddc

@ -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

Loading…
Cancel
Save