Sync UI foreground

This commit is contained in:
M66B 2021-07-30 18:10:37 +02:00
parent 2ca62d035c
commit 7962afc2e6
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ public class ServiceUI extends IntentService {
if (folders.size() > 0)
Collections.sort(folders, folders.get(0).getComparator(this));
for (EntityFolder folder : folders)
EntityOperation.sync(this, folder.id, false);
EntityOperation.sync(this, folder.id, true);
}
db.setTransactionSuccessful();