mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Fix bottom navigation back stack accumulation (#2133)
This commit is contained in:
parent
00295c969e
commit
3e81a4dd34
1 changed files with 0 additions and 1 deletions
|
|
@ -201,7 +201,6 @@ fun MainScreen(
|
|||
// 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
|
||||
destination.route
|
||||
popUpTo(navController.graph.findStartDestination().id) {
|
||||
saveState = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue