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

Commit 2eeec718 authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

am 462ee95f: am a09b06ef: Merge "Remove heldMotionless disabling native scroll mode" into jb-dev

* commit '462ee95f':
  Remove heldMotionless disabling native scroll mode
parents bb5971a7 462ee95f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -6022,10 +6022,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;
                    }