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

Commit 7293a5f8 authored by Prabir Pradhan's avatar Prabir Pradhan Committed by Automerger Merge Worker
Browse files

Merge "Address ghost spots that show up after touchscreen is re-enabled" into...

Merge "Address ghost spots that show up after touchscreen is re-enabled" into tm-dev am: 02ecde03 am: 9051a6c1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/17981599



Change-Id: I1a9ba09d719ecf2b240c348f1b86b825dcb008c1
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1987dbca 9051a6c1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1657,9 +1657,8 @@ void TouchInputMapper::cookAndDispatch(nsecs_t when, nsecs_t readTime) {

        dispatchPointerUsage(when, readTime, policyFlags, pointerUsage);
    } else {
        updateTouchSpots();

        if (!mCurrentMotionAborted) {
            updateTouchSpots();
            dispatchButtonRelease(when, readTime, policyFlags);
            dispatchHoverExit(when, readTime, policyFlags);
            dispatchTouches(when, readTime, policyFlags);