Loading packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +2 −1 Original line number Diff line number Diff line Loading @@ -3977,7 +3977,8 @@ public final class NotificationPanelViewController implements public boolean onTouchEvent(MotionEvent event) { if (!mUseExternalTouch) { mShadeLog.d("onTouch: external touch handling disabled"); return false; // Consume touches below notifications on keyguard to allow for expansion return mStatusBarStateController.getState() == StatusBarState.KEYGUARD; } if (mAlternateBouncerInteractor.isVisibleState()) { Loading Loading
packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +2 −1 Original line number Diff line number Diff line Loading @@ -3977,7 +3977,8 @@ public final class NotificationPanelViewController implements public boolean onTouchEvent(MotionEvent event) { if (!mUseExternalTouch) { mShadeLog.d("onTouch: external touch handling disabled"); return false; // Consume touches below notifications on keyguard to allow for expansion return mStatusBarStateController.getState() == StatusBarState.KEYGUARD; } if (mAlternateBouncerInteractor.isVisibleState()) { Loading