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

Commit 959b022e authored by Stan Gomin's avatar Stan Gomin
Browse files

Enabling Web cache unconditionally

parent 7736d361
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -70,8 +70,6 @@ public class MessageWebView extends RigidWebView {

        final WebSettings webSettings = this.getSettings();

        webSettings.setCacheMode(WebSettings.LOAD_NO_CACHE);

        /* TODO this might improve rendering smoothness when webview is animated into view
        if (VERSION.SDK_INT >= VERSION_CODES.M) {
            webSettings.setOffscreenPreRaster(true);