Skip to content

Commit 3ea7f21

Browse files
committed
Remove heldMotionless disabling native scroll mode
Bug: 6448030 Change-Id: I9c673208eb2302ea772931e15266e02cb0129ce5
1 parent e666b10 commit 3ea7f21

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
@@ -6023,10 +6023,8 @@ private void handleTouchEventCommon(MotionEvent event, int action, int x, int y)
60236023
}
60246024
if (deltaX * deltaX + deltaY * deltaY > mTouchSlopSquare) {
60256025
mHeldMotionless = MOTIONLESS_FALSE;
6026-
nativeSetIsScrolling(true);
60276026
} else {
60286027
mHeldMotionless = MOTIONLESS_TRUE;
6029-
nativeSetIsScrolling(false);
60306028
keepScrollBarsVisible = true;
60316029
}
60326030

0 commit comments

Comments
 (0)