Fixed
Status Update
Comments
il...@google.com <il...@google.com>
il...@google.com <il...@google.com> #2
Yigit, do you have time to fix it?
reemission of the same liveData is racy
reemission of the same liveData is racy
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.