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

Commit ba24ec00 authored by Tracy Zhou's avatar Tracy Zhou Committed by android-build-merger
Browse files

Merge "Hide back button in gestural nav mode when the screen is pinned" into qt-r1-dev

am: 2f9b6f8c

Change-Id: I0201801a087b94bb8bf128dd636e335eb06a984a
parents 89941cac 2f9b6f8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -627,7 +627,7 @@ public class NavigationBarView extends FrameLayout implements
        if (mOverviewProxyService.isEnabled()) {
            // Force disable recents when not in legacy mode
            disableRecent |= !QuickStepContract.isLegacyMode(mNavBarMode);
            if (pinningActive) {
            if (pinningActive && !QuickStepContract.isGesturalMode(mNavBarMode)) {
                disableBack = disableHome = false;
            }
        } else if (pinningActive) {