brabo-hi
02/13/2022, 8:07 PMnavController.navigate("next") {
popUpTo("current") { inclusive = true }
}
and
navController.navigateUp()
navController.navigate("next")
Ian Lake
02/13/2022, 8:10 PMbrabo-hi
02/13/2022, 8:27 PMnavController.navigateUp()
navController.navigate("next")
is the first operation an atomic of the two abovepopUpTo("current") { inclusive = true }
and move to next page, whenever i hit back button, the previous page still there