Merge "Update Assistant entry points on navigation mode change"
This commit is contained in:
committed by
Android (Google) Code Review
commit
a3d3b6365d
@@ -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