Fixed
Status Update
Comments
il...@google.com <il...@google.com>
pa...@nearside.com <pa...@nearside.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> #3
yea i'll take it.
jb...@google.com <jb...@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.5.0-alpha03
If you set up an Android library module with NO MANIFEST and the following
android
block:SafeArgs throws the following error:
This is surprising, because of the following line in the docs:
(source:https://developer.android.com/studio/publish-library/prep-lib-release )
I've created a small sample project showing this error, attached to the ticket.