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

Commit 7c272964 authored by John Reck's avatar John Reck
Browse files

Don't cut velocity

 Bug: 4545016

Change-Id: I0ebad82c1cc54c2e4e29f3827c3755edda9f47a5
parent f24ed1c2
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -6843,11 +6843,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) {