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
ap...@google.com <ap...@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
Component used: Navigation
Version used: 2.4.0-alpha01
With the introduction of routes to the Kotlin DSL builders of Navigation , all of the other Kotlin DSL builders should be replaced with ones that take routes. The existing DSLs that take an ID should be deprecated.
NavDestinationBuilder
andNavGraphBuilder
in2.4.0-alpha01