mirror of https://github.com/M66B/FairEmail.git
Oops
This commit is contained in:
parent
5290befbca
commit
511d6246b8
|
@ -120,7 +120,7 @@ public class EntityLog {
|
|||
if (!ok || (++count % LOG_DELETE_BATCH_SIZE) == 0) {
|
||||
long cake = Helper.getAvailableStorageSpace();
|
||||
boolean wasOk = ok;
|
||||
ok = (cake < Helper.MIN_REQUIRED_SPACE);
|
||||
ok = (cake > Helper.MIN_REQUIRED_SPACE);
|
||||
if (!ok)
|
||||
if (wasOk) {
|
||||
entry.type = Type.General;
|
||||
|
|
Loading…
Reference in New Issue