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

Commit 965bab2b authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Allow assist gesture when notification shade is expanded" into mnc-dev

parents beb6e668 18976a51
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -3163,9 +3163,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,

    @Override
    public boolean shouldDisableNavbarGestures() {
        return !isDeviceProvisioned()
                || mExpandedVisible
                || (mDisabled1 & StatusBarManager.DISABLE_SEARCH) != 0;
        return !isDeviceProvisioned() || (mDisabled1 & StatusBarManager.DISABLE_SEARCH) != 0;
    }

    public void postStartActivityDismissingKeyguard(final Intent intent, int delay) {