Convert synthesized Android motion events to long and not to int. (#6103)

This commit is contained in:
Amir Hardon 2018-08-28 12:12:47 -07:00 committed by GitHub
parent f05b08b7ba
commit ad4e87d07d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,8 +254,8 @@ public class PlatformViewsController implements MethodChannel.MethodCallHandler
}
MotionEvent event = MotionEvent.obtain(
downTime.intValue(),
eventTime.intValue(),
downTime.longValue(),
eventTime.longValue(),
action,
pointerCount,
pointerProperties,