Revert "Skip idle for transient accounts"

This reverts commit bc9edd087b.
pull/190/head
M66B 4 years ago
parent 75db9c4931
commit a526ce1614

@ -1288,7 +1288,6 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
});
// Idle folder
if (!isTransient(account)) {
Thread idler = new Thread(new Runnable() {
@Override
public void run() {
@ -1313,7 +1312,6 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
idler.setPriority(THREAD_PRIORITY_BACKGROUND);
idler.start();
idlers.add(idler);
}
if (sync && folder.selectable)
EntityOperation.sync(this, folder.id, false, force && !forced);

Loading…
Cancel
Save