diff options
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java index d7c1acc..5524a2a 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java @@ -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) { |