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

[Navigation] Fix back handling issue in nested navs on Android #14

Merged
merged 3 commits into from
May 17, 2024

Conversation

npresseault
Copy link
Member

Resolved an issue on Android where popping in a nested navigation (using Back Handler) was not popping the nested navigation as expected.

Popping on the child navigation manager will now delegate to it's parent if it reached the root.

… Back Handler) would not pop the nested navigation
@npresseault npresseault merged commit 9e4f5ed into main May 17, 2024
1 check passed
@npresseault npresseault deleted the pop-in-nested-nav branch May 17, 2024 19:33
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.

2 participants