Fixed
Status Update
Comments
ap...@google.com <ap...@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
pr...@google.com <pr...@google.com> #4
Thanks for the detailed analysis. This may not be an issue anymore since we've started using Main.immediate there but I' not sure; I'll try to create a test case.
Description
Once Fragments are driven by Lifecycle ( https://issuetracker.google.com/127528777 ), the NavController will not yet be available an
Activity
'sonCreate()
function.We should make the
navController
property inNavHostFragment
lazy and make sure it is unconditionally created it in theNavHostFragment
’sonCreate()
or created early when called.