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

Commit 274d30fc authored by Clark Scheff's avatar Clark Scheff Committed by Gerrit Code Review
Browse files

Revert "LLS: Fix logic in isKeyguardInteractiveAndShowing"

This reverts commit 81888d26 which is causing adverse effects with normal LS

Change-Id: Iabe630b10041ee6be8abafb0fb773814d44aef67
TICKET: CYNGNOS-2687
parent 0dae9f75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1046,7 +1046,7 @@ public class NotificationPanelView extends PanelView implements

    private boolean isKeyguardInteractiveAndShowing() {
        return mShowingExternalKeyguard || mStatusBar.getBarState() != StatusBarState.KEYGUARD ||
                mLiveLockscreenController.isLiveLockScreenInteractive();
                !mLiveLockscreenController.isLiveLockScreenInteractive();
    }

    private boolean handleQsTouch(MotionEvent event) {