Fixed
Status Update
Comments
il...@google.com <il...@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> #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.3.3 Devices/Android versions reproduced on: Pixel 3a
Hi all,
When the app is launched by a deep link, we are able to retrieve that deep link from the destination fragment using NavController.KEY_DEEP_LINK_INTENT . We have a widget where we pull the next destination as a deep link from a CMS system that the marketing team is able change on the fly. We would like to get the deep link from the destination fragment when launched internally as well.