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

Commit 3ea7f216 authored by John Reck's avatar John Reck
Browse files

Remove heldMotionless disabling native scroll mode

 Bug: 6448030

Change-Id: I9c673208eb2302ea772931e15266e02cb0129ce5
parent e666b10d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -6023,10 +6023,8 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
                    }
                    if (deltaX * deltaX + deltaY * deltaY > mTouchSlopSquare) {
                        mHeldMotionless = MOTIONLESS_FALSE;
                        nativeSetIsScrolling(true);
                    } else {
                        mHeldMotionless = MOTIONLESS_TRUE;
                        nativeSetIsScrolling(false);
                        keepScrollBarsVisible = true;
                    }