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

Commit 5e58083c authored by Matt Pietal's avatar Matt Pietal Committed by Android (Google) Code Review
Browse files

Merge "Consume panel touch event to prevent incorrect processing" into main

parents 6b397f81 fd123901
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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()) {