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

Commit 81888d26 authored by d34d's avatar d34d Committed by Clark Scheff
Browse files

LLS: Fix logic in isKeyguardInteractiveAndShowing

Change-Id: I0722d488969615eef7f63b17f65e5b41d3896329
TICKET: CYNGNOS-2687
(cherry picked from commit 256268f3)
parent 10d75195
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) {