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

Commit 6d70fcf8 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Don't cut velocity"

parents 31bc2f92 7c272964
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -6852,11 +6852,6 @@ public class WebView extends AbsoluteLayout
                vx = 0;
            }
        }
        if (true /* EMG release: make our fling more like Maps' */) {
            // maps cuts their velocity in half
            vx = vx * 3 / 4;
            vy = vy * 3 / 4;
        }
        if ((maxX == 0 && vy == 0) || (maxY == 0 && vx == 0)) {
            WebViewCore.resumePriority();
            if (!mSelectingText) {