mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 16:10:58 +01:00
Removed per account on demand sync
This commit is contained in:
@@ -405,7 +405,7 @@ public class FragmentSetup extends FragmentBase {
|
||||
@Override
|
||||
protected Void onExecute(Context context, Bundle args) {
|
||||
DB db = DB.getInstance(context);
|
||||
for (EntityFolder folder : db.folder().getFoldersAutoSync())
|
||||
for (EntityFolder folder : db.folder().getSynchronizingFolders())
|
||||
EntityOperation.sync(context, folder.id);
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user