Convert synthesized Android motion events to long and not to int. (flutter/engine#6103)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user