Sync foreground on add/update account

This commit is contained in:
M66B
2021-01-24 14:02:35 +01:00
parent f8732f55d1
commit 8733edb823
5 changed files with 6 additions and 4 deletions

View File

@@ -564,7 +564,7 @@ public class FragmentOAuth extends FragmentBase {
folder.id = db.folder().insertFolder(folder);
EntityLog.log(context, "OAuth folder=" + folder.name + " type=" + folder.type);
if (folder.synchronize)
EntityOperation.sync(context, folder.id, false);
EntityOperation.sync(context, folder.id, true);
}
}