mirror of https://github.com/M66B/FairEmail.git
Small behavior improvement
This commit is contained in:
parent
5a9ac630be
commit
260a3c78d2
|
@ -369,10 +369,10 @@ public class EntityOperation {
|
||||||
operation.id = db.operation().insertOperation(operation);
|
operation.id = db.operation().insertOperation(operation);
|
||||||
|
|
||||||
Log.i("Queued sync folder=" + folder);
|
Log.i("Queued sync folder=" + folder);
|
||||||
|
}
|
||||||
|
|
||||||
if (foreground) // Show spinner
|
if (foreground) // Show spinner
|
||||||
db.folder().setFolderSyncState(fid, "requested");
|
db.folder().setFolderSyncState(fid, "requested");
|
||||||
}
|
|
||||||
|
|
||||||
if (folder.account == null) // Outbox
|
if (folder.account == null) // Outbox
|
||||||
ServiceSend.start(context);
|
ServiceSend.start(context);
|
||||||
|
|
Loading…
Reference in New Issue