Merge "Update Assistant entry points on navigation mode change"

This commit is contained in:
Devarshi Bhatt
2021-11-11 05:55:59 +00:00
committed by Android (Google) Code Review

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) {