Synchronizing accounts by type

This commit is contained in:
M66B
2022-01-27 14:43:55 +01:00
parent 9360d39df8
commit 0868984f8f
13 changed files with 22 additions and 26 deletions

View File

@@ -148,7 +148,7 @@ public class ServiceExternal extends Service {
DB db = DB.getInstance(context);
List<EntityAccount> accounts;
if (accountName == null)
accounts = db.account().getSynchronizingAccounts();
accounts = db.account().getSynchronizingAccounts(null);
else {
EntityAccount account = db.account().getAccount(accountName);
if (account == null)