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

Commit 48b99ace authored by Adam Powell's avatar Adam Powell
Browse files

DO NOT MERGE Fix bug 3107560 - Edge glow appears delayed in WebView

Change-Id: I7f31270c713cdfa3b49f7e9f8d8457c77067516a
parent a8d477f0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -5619,6 +5619,11 @@ public class WebView extends AbsoluteLayout
            overScrollBy(deltaX, deltaY, oldX, oldY,
                    rangeX, rangeY,
                    mOverscrollDistance, mOverscrollDistance, true);
            if (mEdgeGlowTop != null &&
                    (!mEdgeGlowTop.isFinished() || !mEdgeGlowBottom.isFinished() ||
                            !mEdgeGlowLeft.isFinished() || !mEdgeGlowRight.isFinished())) {
                invalidate();
            }
        }
        if (!getSettings().getBuiltInZoomControls()) {
            boolean showPlusMinus = mMinZoomScale < mMaxZoomScale;