Enabling Web cache unconditionally

This commit is contained in:
Stan Gomin 2018-11-30 08:32:43 +11:00
parent 7736d3610e
commit 959b022ee2

View file

@ -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);