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

Commit 462ee95f authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

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

* commit 'a09b06ef':
  Remove heldMotionless disabling native scroll mode
parents 8779c022 a09b06ef
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;
                    }