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

Commit befafec3 authored by Sam Dubey's avatar Sam Dubey Committed by Automerger Merge Worker
Browse files

Merge "Revert "Disallow interception of multitouch events"" into tm-qpr-dev am: 3de02c81

parents 2dce465d 3de02c81
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -4628,13 +4628,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);