Fixed
Status Update
Comments
jb...@google.com <jb...@google.com> #2
In NavigationUI
menus.
jb...@google.com <jb...@google.com>
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit 7bf7ba76824e6729de5aaa9921d00d4d6b56461a
Author: Clara Fok <clarafok@google.com>
Date: Wed Aug 31 17:07:45 2022
Make NavigationBarView and NavigationView ignore FloatingWindows
Test: ./gradlew navigation:navigation-ui:cC
Bug: 240308330
Relnote: The selected menu item will no longer be updated when navigating to a FloatingWindow destination such as a dialog.
Change-Id: I4cde820ed7dd61a1a6cb7803f81e704e4b446a0b
M navigation/navigation-ui/src/main/java/androidx/navigation/ui/NavigationUI.kt
https://android-review.googlesource.com/2201114
Branch: androidx-main
commit 7bf7ba76824e6729de5aaa9921d00d4d6b56461a
Author: Clara Fok <clarafok@google.com>
Date: Wed Aug 31 17:07:45 2022
Make NavigationBarView and NavigationView ignore FloatingWindows
Test: ./gradlew navigation:navigation-ui:cC
Bug: 240308330
Relnote: The selected menu item will no longer be updated when navigating to a FloatingWindow destination such as a dialog.
Change-Id: I4cde820ed7dd61a1a6cb7803f81e704e4b446a0b
M navigation/navigation-ui/src/main/java/androidx/navigation/ui/NavigationUI.kt
jb...@google.com <jb...@google.com> #4
This has been fixed internally and will be available in the Navigation 2.6.0-alpha03
release.
cl...@google.com <cl...@google.com>
na...@google.com <na...@google.com> #5
This bug was linked in a change in the following release(s):
androidx.navigation:navigation-ui:2.6.0-alpha02
Description
Component used: Navigation Version used: 2.5.0 Devices/Android versions reproduced on: emulator api 30
If this is a bug in the library, we would appreciate if you could attach:
Navigating with menu item tied to a dialog destination causes bottom navigation selection to change.
Navigating with a global action keeps selection unchanged - see branch globalAction in the same repo. Same when opening dialog with
.show()
.