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

Commit ece78e25 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Should only add gesture monitors when first down"

parents 97634355 2ea44b9a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2144,8 +2144,9 @@ InputEventInjectionResult InputDispatcher::findTouchedWindowTargetsLocked(
            // be delivered to a new window which supports split touch.
            tempTouchState.split = true;
        }

        if (isDown) {
            tempTouchState.addGestureMonitors(newGestureMonitors);
        }
    } else {
        /* Case 2: Pointer move, up, cancel or non-splittable pointer down. */