Fixed Bug P1 Add Hotlist Status UpdateNo update yet.Descriptionil...@google.com created issue #1Feb 25, 2019 10:01PMComponent used: NavigationVersion used: 1.0.0-rc01From https://issuetracker.google.com/issues/79957185#comment7Regarding this issue, as of 1.0.0-rc01, popEnterAnim works but popExitAnim doesn't. I was curious why, and noticed there is a small typo in the source code here:https://github.com/aosp-mirror/platform_frameworks_support/blob/androidx-master-dev/navigation/runtime/src/main/java/androidx/navigation/ActivityNavigator.java#L80it should be EXTRA_POP_EXIT_ANIM instead of EXTRA_POP_ENTER_ANIM.Don't think that'll fix the issue, but it's still a small fixIssue summaryCommentsAll comments Oldest first ap...@google.com <ap...@google.com> #2Feb 26, 2019 12:32AMMight be related to https://issuetracker.google.com/issues/118020865. BTW, I'm using 1.1.0-alpha01.Project: https://github.com/SUPERCILEX/Robot-Scouter/tree/2e3100276e5fe2cbad8a2cbb36303694e9f46bbdSetup: ./gradlew setupil...@google.com <il...@google.com> #3Feb 26, 2019 12:35AMMarked as fixed.This is due to a bug in Fragment - using 1.1.0-alpha02 of Preference uses a newer Fragment dependency, and fixes this issue.Add comment Comment
Description
Version used: 1.0.0-rc01
From
Regarding this issue, as of 1.0.0-rc01, popEnterAnim works but popExitAnim doesn't. I was curious why, and noticed there is a small typo in the source code here:
it should be EXTRA_POP_EXIT_ANIM instead of EXTRA_POP_ENTER_ANIM.
Don't think that'll fix the issue, but it's still a small fix