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

Commit f10929fb authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am a1bf0a06: Merge "Minor fix for InputReader support for non-touchscreen...

am a1bf0a06: Merge "Minor fix for InputReader support for non-touchscreen devices." into gingerbread

Merge commit 'a1bf0a06' into gingerbread-plus-aosp

* commit 'a1bf0a06':
  Minor fix for InputReader support for non-touchscreen devices.
parents 4f2c8cc8 a1bf0a06
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2447,7 +2447,7 @@ void TouchInputMapper::dispatchTouch(nsecs_t when, uint32_t policyFlags,
        yPrecision = mLocked.orientedYPrecision;
    } // release lock

    getDispatcher()->notifyMotion(when, getDeviceId(), AINPUT_SOURCE_TOUCHSCREEN, policyFlags,
    getDispatcher()->notifyMotion(when, getDeviceId(), getSources(), policyFlags,
            motionEventAction, 0, getContext()->getGlobalMetaState(), motionEventEdgeFlags,
            pointerCount, pointerIds, pointerCoords,
            xPrecision, yPrecision, mDownTime);