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

Commit 30b5bea0 authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

am 6fdd4963: Merge "DO NOT MERGE Remove dead code" into jb-dev

* commit '6fdd4963':
  DO NOT MERGE Remove dead code
parents 3dda2cff 6fdd4963
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1368,7 +1368,7 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
        if (action == MotionEvent.ACTION_POINTER_DOWN) {
        if (action == MotionEvent.ACTION_POINTER_DOWN) {
            cancelTouch();
            cancelTouch();
            action = MotionEvent.ACTION_DOWN;
            action = MotionEvent.ACTION_DOWN;
        } else if (action == MotionEvent.ACTION_POINTER_UP && ev.getPointerCount() >= 2) {
        } else if (action == MotionEvent.ACTION_POINTER_UP) {
            // set mLastTouchX/Y to the remaining points for multi-touch.
            // set mLastTouchX/Y to the remaining points for multi-touch.
            mLastTouchX = Math.round(x);
            mLastTouchX = Math.round(x);
            mLastTouchY = Math.round(y);
            mLastTouchY = Math.round(y);