Skip to content

Commit a09b06e

Browse files
jreckAndroid (Google) Code Review
authored andcommitted
Merge "Remove heldMotionless disabling native scroll mode" into jb-dev
2 parents 0caf421 + 3ea7f21 commit a09b06e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/java/android/webkit/WebViewClassic.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6022,10 +6022,8 @@ private void handleTouchEventCommon(MotionEvent event, int action, int x, int y)
60226022
}
60236023
if (deltaX * deltaX + deltaY * deltaY > mTouchSlopSquare) {
60246024
mHeldMotionless = MOTIONLESS_FALSE;
6025-
nativeSetIsScrolling(true);
60266025
} else {
60276026
mHeldMotionless = MOTIONLESS_TRUE;
6028-
nativeSetIsScrolling(false);
60296027
keepScrollBarsVisible = true;
60306028
}
60316029

0 commit comments

Comments
 (0)