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

Commit 3869fa22 authored by John Reck's avatar John Reck
Browse files

Include MotionEvent on ACTION_MOVE's TouchEventData

Change-Id: Iaf2aa284d0e794d0d9fa430b7c0da2aedd196ce1
parent 4513bc0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6130,6 +6130,7 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
                    ted.mReprocess = mDeferTouchProcess;
                    ted.mNativeLayer = mCurrentScrollingLayerId;
                    ted.mNativeLayerRect.set(mScrollingLayerRect);
                    ted.mMotionEvent = MotionEvent.obtain(ev);
                    ted.mSequence = mTouchEventQueue.nextTouchSequence();
                    mTouchEventQueue.preQueueTouchEventData(ted);
                    mWebViewCore.sendMessage(EventHub.TOUCH_EVENT, ted);