Skip to content

Commit

Permalink
remove app cache settings (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasMerz committed Apr 13, 2021
1 parent eefa91b commit 2a92c77
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,6 @@ private void initWebViewSettings() {
// Enable built-in geolocation
settings.setGeolocationEnabled(true);

// Enable AppCache
// Fix for CB-2282
settings.setAppCacheMaxSize(5 * 1048576);
settings.setAppCachePath(databasePath);
settings.setAppCacheEnabled(true);

// Fix for CB-1405
// Google issue 4641
String defaultUserAgent = settings.getUserAgentString();
Expand Down

0 comments on commit 2a92c77

Please sign in to comment.