Increased default download size to 4 MB

This commit is contained in:
M66B
2021-03-09 08:20:18 +01:00
parent 5623ab51c8
commit 9b654287ea
2 changed files with 4 additions and 1 deletions

View File

@@ -418,6 +418,9 @@ public class ApplicationEx extends Application
} else if (version < 1524) {
if (BuildConfig.PLAY_STORE_RELEASE)
editor.remove("experiments");
} else if (version < 1525) {
if (!prefs.contains("download"))
editor.putInt("download", 512 * 1024);
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)