|
|
@ -1283,6 +1283,7 @@ 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() {
|
|
|
@ -1307,6 +1308,7 @@ 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);
|
|
|
|
|
|
|
|
|
|
|
|