FreshMvvm
FreshMvvm copied to clipboard
After removing a page from the navigation, the PreviousPage property is not updated
This prevents the ReverseInit() method firing when popping.
The only work around I have found is to store the instance of the PageModel that I anticipate may in future be popped to, then manually setting the PreviousPage property of "the page that does the popping" when removing pages from the navigation.
are you talking about navigating back with poppagemodel? I am trying to understand if it is the same issue as i reported.
@EmilAlipiev Yes
Isn't this the same issue in #104? If it is I think it has been fixed already.
This can probably be closed now.