mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Synchronizing accounts by type
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user