forked from organicmaps/organicmaps
[android] Enabled default cache for bookmark webview catalog to resolve problem with parallel image loading
This commit is contained in:
parent
0820e00766
commit
596f866c41
1 changed files with 0 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Reference in a new issue