Skip idle for transient accounts/folders

This commit is contained in:
M66B 2020-12-25 16:17:49 +01:00
parent bc9edd087b
commit 8a08e31b08
1 changed files with 1 additions and 1 deletions

View File

@ -1288,7 +1288,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
});
// Idle folder
if (!isTransient(account)) {
if (!isTransient(account) && folder.synchronize) {
Thread idler = new Thread(new Runnable() {
@Override
public void run() {