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

@@ -414,6 +414,8 @@ public class FragmentQuickSetup extends FragmentBase {
folder.setSpecials(account);
folder.id = db.folder().insertFolder(folder);
EntityLog.log(context, "Quick added folder=" + folder.name + " type=" + folder.type);
if (folder.synchronize)
EntityOperation.sync(context, folder.id, true);
}
}