Merge "Update Assistant entry points on navigation mode change" into sc-v2-dev am: 4d6947e323

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16241424

Change-Id: I25cf4d09378cd8d3c661934fb07c8e7cbb37af6f
This commit is contained in:
TreeHugger Robot
2021-11-11 20:59:19 +00:00
committed by Automerger Merge Worker

View File

@@ -1518,6 +1518,9 @@ public class NavigationBar implements View.OnAttachStateChangeListener,
@Override
public void onNavigationModeChanged(int mode) {
mNavBarMode = mode;
// update assistant entry points on system navigation radio button click
updateAssistantEntrypoints();
if (!QuickStepContract.isGesturalMode(mode)) {
// Reset the override alpha
if (getBarTransitions() != null) {