TinyNavigationHelper
TinyNavigationHelper copied to clipboard
Fix ModalPage issue (#18)
This fixes(#18) the problem when you open modal page with withNavigation parameter set to true and close the modal page not using the CloseModalAsync method and as result you get a broken navigation because the global parameter _modalNavigationPage is not null. Not sure if this is the best way to fix this problem, but it does its job.
Do you use TinyNavigationHelper with TinyMvvm? If that the case it would be great if you create a PR for the 3.0 branch of TinyMvvm instead.
I do not use TinyMvvm, but i still can create a pull request.