mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 00:51:44 +01:00
@@ -49,7 +49,7 @@ public class ActivityMain extends AppCompatActivity implements FragmentManager.O
|
||||
new SimpleTask<List<EntityAccount>>() {
|
||||
@Override
|
||||
protected List<EntityAccount> onExecute(Context context, Bundle args) {
|
||||
return DB.getInstance(context).account().getSynchronizingAccounts(true);
|
||||
return DB.getInstance(context).account().getSynchronizingAccounts();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user