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

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

Revert "LLS: Fix logic in isKeyguardInteractiveAndShowing"

This reverts commit 256268f3 which is causing some adverser effects with normal LS

Change-Id: I4c7b68f73dae39aa9f00188fd30dcf05f914f3e4
TICKET: CYNGNOS-2687
parent 25550fba
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) {