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 bottom sheet dialog fragment navigation issues #74

Merged
merged 1 commit into from
Dec 2, 2024
Merged

Conversation

jayohms
Copy link
Contributor

@jayohms jayohms commented Dec 2, 2024

This fixes regressions when refactoring the Navigator to use a single instance across a navigation host (instead of one per destination). The topmost DialogFragment is not available from the NavigatorHost.childFragmentManager, since it is added directly to the Activity's window instead.

Fixes #63 and closes #69.

…factoring the Navigator to use a single instance across a navigation host. The topmost DialogFragment is not available from the NavigatorHost.childFragmentManager, since it is added directly to the Activity's window instead.
@jayohms jayohms merged commit a103ddc into main Dec 2, 2024
1 check passed
@jayohms jayohms deleted the dialog-fixes branch December 2, 2024 14:57
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.

App freezes after closing modal with X button
1 participant