mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
460db1f067
commit
aaed5c547a
|
@ -247,7 +247,7 @@ public class EntityOperation {
|
|||
Log.i("Queued sync folder=" + folder);
|
||||
}
|
||||
|
||||
if (foreground)
|
||||
if (foreground) // Show spinner
|
||||
db.folder().setFolderSyncState(fid, "requested");
|
||||
|
||||
if (account == null) // Outbox
|
||||
|
|
|
@ -260,7 +260,7 @@ public class FragmentFolder extends FragmentBase {
|
|||
|
||||
db.message().deleteMessagesBefore(id, keep_time);
|
||||
|
||||
EntityOperation.sync(context, folder.id, false);
|
||||
EntityOperation.sync(context, folder.id, true);
|
||||
}
|
||||
|
||||
db.setTransactionSuccessful();
|
||||
|
|
Loading…
Reference in New Issue