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