Enabling Web cache unconditionally
This commit is contained in:
parent
7736d3610e
commit
959b022ee2
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue