mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Skip sync on oneshot operation
This commit is contained in:
@@ -334,7 +334,7 @@ public class FragmentFolders extends FragmentBase {
|
||||
if (enabled)
|
||||
ServiceSynchronize.reload(context, "refresh folders");
|
||||
else
|
||||
ServiceSynchronize.process(context);
|
||||
ServiceSynchronize.process(context, true);
|
||||
}
|
||||
|
||||
db.setTransactionSuccessful();
|
||||
|
||||
Reference in New Issue
Block a user