[android] Enabled default cache for bookmark webview catalog to resolve problem with parallel image loading

This commit is contained in:
Александр Зацепин 2019-12-24 16:37:21 +03:00 committed by Arsentiy Milchakov
parent 0820e00766
commit 596f866c41

View file

@ -193,7 +193,6 @@ public class BookmarksCatalogFragment extends BaseWebViewMwmFragment
mWebViewClient = new WebViewBookmarksCatalogClient(this);
mWebView.setWebViewClient(mWebViewClient);
final WebSettings webSettings = mWebView.getSettings();
webSettings.setCacheMode(WebSettings.LOAD_NO_CACHE);
webSettings.setJavaScriptEnabled(true);
webSettings.setUserAgentString(Framework.nativeGetUserAgent());
if (Utils.isLollipopOrLater())