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

Add support for MvxPopToRootPresentationHint on WPF platform #4620

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Leo506
Copy link
Contributor

@Leo506 Leo506 commented Jun 20, 2023

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

It is feature

⤵️ What is the current behavior?

There is no support for MvxPopToRootPresentationHint. When you use it in ChangePresentation method nothing happens

🆕 What is the new behavior (if this is a feature change)?

Close all open view models except of first (root)

💥 Does this PR introduce a breaking change?

No

🐛 Recommendations for testing

Change NavigationService.Close(this) to NavigationService.ChangePresentation(new MvxPopToRootPresentationHint()) in WPF playgroung project

📝 Links to relevant issues/docs

#3402
#2114

🤔 Checklist before submitting

@Leo506 Leo506 marked this pull request as ready for review June 20, 2023 13:58
@Leo506 Leo506 changed the title Add support for MvxPopToRoot on WPF platform Add support for MvxPopToRootPresentationHint on WPF platform Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant