Fixed
Status Update
Comments
il...@google.com <il...@google.com>
da...@gmail.com <da...@gmail.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: Emulator API 28, Xiaomi MI A1 8.1 (Android One)
If this is a bug in the library, we would appreciate if you could attach:
- Sample project to trigger the issue. - ATTACHED
Clicking on a Notification with PendingIntent created by NavDeepLinkBuilder uses the arguments of the last Notification created. For example: If you created notifications with fragment arguments 1, 2 and 3, then no matter which notification you click on, the fragment is started with argument 3.