Fixed
Status Update
Comments
il...@google.com <il...@google.com>
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
We want to add a lint check to guide users to using the new `TestLifecycleOwner` API `setCurrentState` from the context of a coroutine (i.e. `runTest`), rather than accessing the `currentState` property directly.