Check storage space on logging

This commit is contained in:
M66B
2021-01-25 10:05:22 +01:00
parent ef2fcf5e33
commit 6bf6cb1d84
3 changed files with 13 additions and 3 deletions

View File

@@ -146,6 +146,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 String PGP_BEGIN_MESSAGE = "-----BEGIN PGP MESSAGE-----";
static final String PGP_END_MESSAGE = "-----END PGP MESSAGE-----";