Fixed
Status Update
Comments
il...@google.com <il...@google.com>
il...@google.com <il...@google.com> #2
since these are in public API (:/) we need to do this in 1.2
No update yet.
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.