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

Commit 016ee4fe 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: Ic94848d060ea76ae069bd4f520480884a46eafb4
parents c3593d78 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) {