mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Check storage space on start
This commit is contained in:
@@ -174,7 +174,7 @@ public class Helper {
|
||||
static final float LOW_LIGHT = 0.6f;
|
||||
|
||||
static final int BUFFER_SIZE = 8192; // Same as in Files class
|
||||
static final long MIN_REQUIRED_SPACE = 250 * 1024L * 1024L;
|
||||
static final long MIN_REQUIRED_SPACE = 100 * 1000L * 1000L;
|
||||
static final int AUTOLOCK_GRACE = 15; // seconds
|
||||
static final long PIN_FAILURE_DELAY = 3; // seconds
|
||||
|
||||
|
||||
Reference in New Issue
Block a user