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

Commit 86c471db authored by Jeff Brown's avatar Jeff Brown Committed by Android (Google) Code Review
Browse files

Merge "Fix tap gesture on touch pads."

parents 7526a6d9 a66cee13
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3394,8 +3394,6 @@ void TouchInputMapper::sync(nsecs_t when) {
                pointerUsage = POINTER_USAGE_MOUSE;
            } else if (!mCurrentFingerIdBits.isEmpty() || isPointerDown(mCurrentButtonState)) {
                pointerUsage = POINTER_USAGE_GESTURES;
            } else {
                pointerUsage = POINTER_USAGE_NONE;
            }

            dispatchPointerUsage(when, policyFlags, pointerUsage);