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

Commit 04b2868c authored by Grace Kloba's avatar Grace Kloba
Browse files

WebView zoom clean up

parent db6d939d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -222,7 +222,6 @@ class BrowserFrame extends Handler {

    private void resetLoadingStates() {
        mCommitted = true;
        mWebViewCore.mEndScaleZoom = mFirstLayoutDone == false;
        mFirstLayoutDone = true;
    }

@@ -245,7 +244,6 @@ class BrowserFrame extends Handler {
            // blocking the update in {@link #loadStarted}
            mWebViewCore.contentDraw();
        }
        mWebViewCore.mEndScaleZoom = true;
    }

    /**