Skip sync on oneshot operation

This commit is contained in:
M66B
2019-07-22 13:18:52 +02:00
parent 24ac579b1c
commit 7f9b4fc2b5
4 changed files with 13 additions and 10 deletions

View File

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