Merge "Remove dead code" into jb-mr1-dev
This commit is contained in:
@@ -1370,7 +1370,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);
|
||||||
|
|||||||
Reference in New Issue
Block a user