diff options
Diffstat (limited to 'libs/ui/InputReader.cpp')
| -rw-r--r-- | libs/ui/InputReader.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ui/InputReader.cpp b/libs/ui/InputReader.cpp index 8e173aa6b0f8..7adc764ab65d 100644 --- a/libs/ui/InputReader.cpp +++ b/libs/ui/InputReader.cpp @@ -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);  |