mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 08:32:16 +01:00
Prevent reload on download change
This commit is contained in:
@@ -96,6 +96,7 @@ public class EntityOperation {
|
||||
JSONArray jargs = new JSONArray();
|
||||
jargs.put(folder.initialize ? Math.min(EntityFolder.DEFAULT_INIT, folder.keep_days) : folder.sync_days);
|
||||
jargs.put(folder.keep_days);
|
||||
jargs.put(folder.download);
|
||||
|
||||
EntityOperation operation = new EntityOperation();
|
||||
operation.folder = folder.id;
|
||||
|
||||
Reference in New Issue
Block a user