Update Assistant entry points on navigation mode change
Bug: 205917167 Test: manual check Change-Id: I782938433c17cba6fa26905d117820871ad0bdff
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user