Small behavior improvement

This commit is contained in:
M66B 2020-01-30 13:23:30 +01:00
parent 5a9ac630be
commit 260a3c78d2
1 changed files with 3 additions and 3 deletions

View File

@ -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);
}