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 MAUI flyout navigation #2849

Merged
merged 3 commits into from
Mar 23, 2023

Conversation

berhir
Copy link
Contributor

@berhir berhir commented Mar 22, 2023

Description of Change

There was a fallback to true for useModalNavigation if no other value was specified. This broke the FlyoutPage navigation (and maybe other things as well).
I added a new test that fails without my changes and succeeds with my changes.

Bugs Fixed

API Changes

n/a

Behavioral Changes

useModalNavigation is now correctly calculated

Copy link
Member

@dansiegel dansiegel left a comment

Choose a reason for hiding this comment

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

Just need a small change on the tests. But otherwise looks good!

auto-merge was automatically disabled March 23, 2023 07:45

Head branch was pushed to by a user without write access

Copy link
Member

@dansiegel dansiegel left a comment

Choose a reason for hiding this comment

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

Thanks for the PR

@dansiegel dansiegel merged commit 3299222 into PrismLibrary:master Mar 23, 2023
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.

Flyout navigation not working properly[MAUI.Prism] Android
2 participants