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

Commit 9a5f5656 authored by John Reck's avatar John Reck
Browse files

Don't contentInvalidate when changing a WebView property

Change-Id: I629671f1edffed945395eef182eeb6e8617e32de
parent 3a382b58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1638,7 +1638,7 @@ public class WebSettingsClassic extends WebSettings {
     */
    public void setProperty(String key, String value) {
        if (mWebView.nativeSetProperty(key, value)) {
            mWebView.contentInvalidateAll();
            mWebView.invalidate();
        }
    }