TinyNavigationHelper icon indicating copy to clipboard operation
TinyNavigationHelper copied to clipboard

Fix ModalPage issue (#18)

Open ScarletKuro opened this issue 4 years ago • 2 comments

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.

ScarletKuro avatar Apr 04 '21 16:04 ScarletKuro

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.

dhindrik avatar Apr 06 '21 18:04 dhindrik

I do not use TinyMvvm, but i still can create a pull request.

ScarletKuro avatar Apr 07 '21 13:04 ScarletKuro