Status Update
Comments
jb...@google.com <jb...@google.com>
cl...@google.com <cl...@google.com>
ap...@google.com <ap...@google.com> #2
Hey Doris, any ideas on where this random animation could be coming from?
cl...@google.com <cl...@google.com> #3
Re
I tried the repro project locally. I was not able to reproduce in the the tip of tree compose code base, after dozens of attempts. It's possible the issue has been fixed recently.
Could you try the latest androidx snapshot here:
na...@google.com <na...@google.com> #4
Hi! Thank you for checking into it and giving it a try.
Unfortunately, the issue is still reproducible with snapshot 12123985, 2.8.0-SNAPSHOT for navigation, and 1.8.0-SNAPSHOT for compose.
I've pushed an update containing SNAPSHOT dependencies and automated reproduction attempts:
Now, it's sufficient to launch the application and wait.
Here's a new video:
Description
Component used: Navigation
Version used: 2.8.5
When fills in the
ActivityNavigator
intent.data
, it seems to directly callUri.encode(args[argName].toString())
, thus bypassing any of theNavType
specific logic for serializing the value into a String.