ymaskin
04/23/2025, 11:02 AMpopUpTo
which doesn't pop anything from the Backstack. The navigation success but just adding it on top of the existing one.
Any idea / Known bugs in this area?Csaba Szugyiczki
04/23/2025, 11:47 AMpopUpTo
parameter is on the backstack?Csaba Szugyiczki
04/23/2025, 11:51 AMif (foundDestination == null) {
// We were passed a destinationId that doesn't exist on our back stack.
// Better to ignore the popBackStack than accidentally popping the entire stack
If you try to popUpTo a destination that is not on the backstack currently, then you will have the exact behaviour you describeymaskin
04/23/2025, 1:58 PM