Fixed
Status Update
Comments
as...@google.com <as...@google.com>
ap...@google.com <ap...@google.com> #2
Hey Doris, any ideas on where this random animation could be coming from?
ju...@google.com <ju...@google.com>
na...@google.com <na...@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:
Description
Navigation recently added support for actions and mimeTypes inside of deep links.
There is also a new NavDeepLink Kotlin DSL .
While is is not possible to construct an empty NavDeepLink from java, you can do so from the Kotlin DSL and it will throw an IllegalStateException.
We should add a lint check to notify developers that when using the Kotlin DSL a NavDeepLink must have an uri, action, and/or mimetype or it is invalid.