Fixed
Status Update
Comments
il...@google.com <il...@google.com>
il...@google.com <il...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
Description
Version used: 1.0.0-alpha02
If you replace the FragmentNavigator on a NavHostFragment with:
navHostFragment.navController.navigatorProvider["fragment"] = myCustomFragmentNavigator
The old FragmentNavigator keeps its OnBackStackChangedListener, leading to issues when you go back as they both try to handle back stack changes.