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: BindingContext is cleared before the View is unloaded #3122

Closed
wants to merge 1 commit into from

Conversation

dansiegel
Copy link
Member

Description of Change

Updates Destroy logic to ensure that the BindingContext isn't cleared until the View is unloaded.

Bugs Fixed

API Changes

  • n/a

Behavioral Changes

The MvvmHelpers Destroy method will now defer clearing the BindingContext until the Page is unloaded.

@dansiegel
Copy link
Member Author

Closing as we need to find a different approach

@dansiegel dansiegel closed this May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] BindingContext cleared when performing absolute navigation
1 participant