Always IDLE

pull/194/head
M66B 4 years ago
parent 7c7af27e98
commit 4b0155ac08

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

Loading…
Cancel
Save