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

Commit 3de02c81 authored by Sam Dubey's avatar Sam Dubey Committed by Android (Google) Code Review
Browse files

Merge "Revert "Disallow interception of multitouch events"" into tm-qpr-dev

parents a2076c8b 4eb2fc30
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -4650,13 +4650,8 @@ public final class NotificationPanelViewController implements Dumpable {
             gesture possible. */
            int pointerIndex = event.findPointerIndex(mTrackingPointer);
            if (pointerIndex < 0) {
                if (mTrackingPointer < 0) {
                pointerIndex = 0;
                mTrackingPointer = event.getPointerId(pointerIndex);
                } else {
                    mShadeLog.logMotionEvent(event, "Skipping intercept of multitouch pointer");
                    return false;
                }
            }
            final float x = event.getX(pointerIndex);
            final float y = event.getY(pointerIndex);