Skip to content

Commit

Permalink
Fix: NavigateAndReset displays page pops (reactiveui#1894)
Browse files Browse the repository at this point in the history
* Fix: Android ShouldPersistState fires twice

* Fix: NavigateAndReset displays page pops
  • Loading branch information
cabauman authored and RLittlesII committed Jan 7, 2019
1 parent e23f7e9 commit fcc6c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactiveUI.XamForms/RoutedViewHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public RoutedViewHost()
{
await PopToRootAsync(true);
}
else
else if (!popToRootPending)
{
for (var i = 0; i < x.Delta; ++i)
{
Expand Down

0 comments on commit fcc6c61

Please sign in to comment.