Update Assistant entry points on navigation mode change

Bug: 205917167
Test: manual check

Change-Id: I782938433c17cba6fa26905d117820871ad0bdff
This commit is contained in:
Devarshi Bhatt
2021-11-09 18:48:58 +00:00
parent 3eee0d97ed
commit 4cc928b86a

View File

@@ -1550,6 +1550,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) {