Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4cc928b8 authored by Devarshi Bhatt's avatar Devarshi Bhatt
Browse files

Update Assistant entry points on navigation mode change

Bug: 205917167
Test: manual check

Change-Id: I782938433c17cba6fa26905d117820871ad0bdff
parent 3eee0d97
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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) {