mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Oops
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user