Update folder sync state on sync only

This commit is contained in:
M66B
2019-05-22 08:02:37 +02:00
parent 6075609226
commit 15e56bdbbb

View File

@@ -255,10 +255,10 @@ public class EntityOperation {
operation.id = db.operation().insertOperation(operation);
Log.i("Queued sync folder=" + folder);
}
if (foreground) // Show spinner
db.folder().setFolderSyncState(fid, "requested");
if (foreground) // Show spinner
db.folder().setFolderSyncState(fid, "requested");
}
if (account == null) // Outbox
ServiceSend.start(context);