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: Navigation inserts page before current page in NavigationPage stack #2835

Merged
merged 1 commit into from
Mar 5, 2023

Conversation

dansiegel
Copy link
Member

Description of Change

Fixes bug where navigation stack starting with /NavigationPage/ViewA/ViewB with navigation to ViewC/ViewD would end up with /NavigationPage/ViewA/ViewC/ViewB/ViewD

Bugs Fixed

API Changes

none

Behavioral Changes

Fixes bug with insert before logic with Navigation Page

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard

@dansiegel dansiegel merged commit b4f7195 into master Mar 5, 2023
@dansiegel dansiegel deleted the maui-navigationbug branch March 5, 2023 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Go back after a relative navigation with multiple pages not working correctly
1 participant