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
ja...@gmail.com <ja...@gmail.com> #3
Comment has been deleted.
na...@gmail.com <na...@gmail.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.
na...@gmail.com <na...@gmail.com> #5
Comment has been deleted.
Description
We should remove all of the
UnknownNullness
suppressions from ComponentActivity, particularly in thestartActivityForResult
APIs where passing in a null intent will result in a runtime failure anyway.