Fixes newStack bug that was only resetting the stack until the home and not to its own route

This commit is contained in:
Vitor Pamplona
2025-05-15 17:02:15 -04:00
parent ac7084ce84
commit 07434eb4b6

View File

@@ -107,7 +107,7 @@ class Nav(
override fun newStack(route: Route) {
scope.launch {
controller.navigate(route) {
popUpTo(Route.Home) {
popUpTo(route) {
inclusive = true
}
launchSingleTop = true