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
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
When parsing NavDeepLink, we consider a NavType.StringType value that is identical to the argument name as a valid value. For example:
The argument
pathArg
will contain value of{pathArg}
. This should also apply to query arguments.