Skip to content

Commit 30b5bea

Browse files
jreckAndroid Git Automerger
authored andcommitted
am 6fdd496: Merge "DO NOT MERGE Remove dead code" into jb-dev
* commit '6fdd49630834b1c20a781c9d29b241a68d1289ef': DO NOT MERGE Remove dead code
2 parents 3dda2cf + 6fdd496 commit 30b5bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/webkit/WebViewClassic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ private void onHandleUiTouchEvent(MotionEvent ev) {
13681368
if (action == MotionEvent.ACTION_POINTER_DOWN) {
13691369
cancelTouch();
13701370
action = MotionEvent.ACTION_DOWN;
1371-
} else if (action == MotionEvent.ACTION_POINTER_UP && ev.getPointerCount() >= 2) {
1371+
} else if (action == MotionEvent.ACTION_POINTER_UP) {
13721372
// set mLastTouchX/Y to the remaining points for multi-touch.
13731373
mLastTouchX = Math.round(x);
13741374
mLastTouchY = Math.round(y);

0 commit comments

Comments
 (0)