Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
We've marked the default animations (and the other resources Navigation exposes to apps) as public resources in alpha09 as part of https://android-review.git.corp.google.com/852689
Let us know if this doesn't fix your issue once you upgrade to alpha09.
Let us know if this doesn't fix your issue once you upgrade to alpha09.
il...@google.com <il...@google.com>
il...@google.com <il...@google.com> #3
I am using Android Studio 3.6 (stable). My app/build.gradle.kts includes
implementation("androidx.navigation:navigation-fragment-ktx:2.2.1")
implementation("androidx.navigation:navigation-ui-ktx:2.2.1")
however, I am still seeing this issue.
implementation("androidx.navigation:navigation-fragment-ktx:2.2.1")
implementation("androidx.navigation:navigation-ui-ktx:2.2.1")
however, I am still seeing this issue.
Description
Version used: 1.0.0-alpha07
Devices/Android versions reproduced on:
ActivityNavigator only supports string arguments for filling in the data pattern. It should at least use toString() on any type of argument.