Sync UI foreground

pull/201/head
M66B 3 years ago
parent 2ca62d035c
commit 7962afc2e6

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

Loading…
Cancel
Save