I have two modal pages presented with Navigation.PushModalAsync(). I want to pop them both at the same time. Is there a way to achieve this? Calling Navigation.PopModalAsync() twice doesn't seem to do anything different from calling it once.
↧
I have two modal pages presented with Navigation.PushModalAsync(). I want to pop them both at the same time. Is there a way to achieve this? Calling Navigation.PopModalAsync() twice doesn't seem to do anything different from calling it once.