Revert "Sync folders on manual sync"

This reverts commit 03cd7f927e.
This commit is contained in:
M66B
2019-02-28 09:39:04 +00:00
parent f6d810fab1
commit b4742a2072
4 changed files with 3 additions and 12 deletions

View File

@@ -531,7 +531,7 @@ public class FragmentMessages extends FragmentBase {
nointernet = true;
} else {
now = "connected".equals(account.state);
EntityOperation.sync(context, db, folder.id, true);
EntityOperation.sync(context, db, folder.id);
}
}