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

Fix Destroy for MasterDetailPage. #1064

Merged
merged 1 commit into from
May 26, 2017
Merged

Fix Destroy for MasterDetailPage. #1064

merged 1 commit into from
May 26, 2017

Conversation

nuitsjp
Copy link
Contributor

@nuitsjp nuitsjp commented May 26, 2017

Please take a moment to fill out the following:

Fixes issue #1063 .

Changes proposed in this pull request:

  • Fixed to call Destroy of MasterPage

@@ -47,6 +47,7 @@ private static void DestroyChildren(Page page)
{
if (page is MasterDetailPage)
{
DestroyPage(((MasterDetailPage)page).Master);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not about the actual MasterDetailPage, it's about destroying the MasterDetailPage.Master page. I am destroying the Detail, but totally forgot about the Master.

@brianlagunas brianlagunas merged commit 35f77c1 into PrismLibrary:master May 26, 2017
@brianlagunas brianlagunas added this to the Prism 7.0 milestone May 26, 2017
@lock
Copy link

lock bot commented Jan 28, 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 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants