mirror of https://github.com/M66B/FairEmail.git
Small behavior improvement
This commit is contained in:
parent
5a9ac630be
commit
260a3c78d2
|
@ -369,11 +369,11 @@ 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 (folder.account == null) // Outbox
|
||||
ServiceSend.start(context);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue