Merge "Update Assistant entry points on navigation mode change" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4d6947e323
@@ -1518,6 +1518,9 @@ public class NavigationBar implements View.OnAttachStateChangeListener,
|
|||||||
@Override
|
@Override
|
||||||
public void onNavigationModeChanged(int mode) {
|
public void onNavigationModeChanged(int mode) {
|
||||||
mNavBarMode = mode;
|
mNavBarMode = mode;
|
||||||
|
// update assistant entry points on system navigation radio button click
|
||||||
|
updateAssistantEntrypoints();
|
||||||
|
|
||||||
if (!QuickStepContract.isGesturalMode(mode)) {
|
if (!QuickStepContract.isGesturalMode(mode)) {
|
||||||
// Reset the override alpha
|
// Reset the override alpha
|
||||||
if (getBarTransitions() != null) {
|
if (getBarTransitions() != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user