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

Commit aa939b19 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Update Assistant entry points on navigation mode change" into...

Merge "Merge "Update Assistant entry points on navigation mode change" into sc-v2-dev am: 4d6947e3" into sc-v2-dev-plus-aosp
parents 6a6c5637 98f8a91d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1518,6 +1518,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) {