1
0
mirror of https://framagit.org/tom79/mobilizon-android-app synced 2025-06-05 21:59:22 +02:00
This commit is contained in:
Thomas
2020-10-01 17:08:05 +02:00
parent 7e14373099
commit 125da4fcee

View File

@@ -77,7 +77,7 @@ public class Helper {
CookieManager cookieManager = CookieManager.getInstance();
cookieManager.setAcceptThirdPartyCookies(webView, true);
webView.setBackgroundColor(Color.TRANSPARENT);
webView.getSettings().setCacheMode(WebSettings.LOAD_DEFAULT);
webView.getSettings().setCacheMode(WebSettings.LOAD_CACHE_ELSE_NETWORK);
}