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

Commit 84aec09d 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...

Merge "Hide back button in gestural nav mode when the screen is pinned" into qt-r1-dev am: 2f9b6f8c
am: 016ee4fe

Change-Id: I5cb9aa1d6064c7f70f5cddbc32b73e302b049c89
parents b89afc2b 016ee4fe
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) {