Fixed
Status Update
Comments
il...@google.com <il...@google.com>
il...@google.com <il...@google.com> #2
Hi. Thanks for reporting this. Fixed in alpha-04
No update yet.
Hi. Thanks for reporting this. Fixed in alpha-04
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.