Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[XF]When calling NavigateAsync with NavigationPage, old page's Destroy on the stack is not called #1045

Closed
nuitsjp opened this issue May 16, 2017 · 2 comments

Comments

@nuitsjp
Copy link
Contributor

nuitsjp commented May 16, 2017

Package info

  • Platform: Xamarin
  • Prism version: 6.3
  • Xamarin version (if applicable): any
  • Windows 10 SDK version (if applicable): any

Repro steps

When NavigateAsync of the navigation object of NavigationPage is called, PopToRootAsync of NavigationStack is called.
https://github.com/PrismLibrary/Prism/blob/master/Source/Xamarin/Prism.Forms/Navigation/PageNavigationService.cs#L220
https://github.com/PrismLibrary/Prism/blob/master/Source/Xamarin/Prism.Forms/Navigation/PageNavigationService.cs#L229

At this time, Destroy of popned page is not called.

@brianlagunas
Copy link
Member

Thanks again for another great find and fix!

@brianlagunas brianlagunas added this to the Prism 7.0 milestone Jun 27, 2017
@lock
Copy link

lock bot commented Jan 30, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants