mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Increased default download size to 4 MB
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user