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

Commit 18976a51 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Allow assist gesture when notification shade is expanded

Bug: 22669852
Change-Id: Icf7cf981ca9b6cd5547b62fb4ae97f13f1033395
parent db71828c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -3120,9 +3120,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) {