Initialize enabled folders only

This commit is contained in:
M66B 2020-06-09 16:47:09 +02:00
parent bb0a3577b1
commit cbaa6836d8
1 changed files with 1 additions and 1 deletions

View File

@ -1340,7 +1340,7 @@ class Core {
} else {
local.put(folder.name, folder);
if (folder.initialize != 0)
if (folder.synchronize && folder.initialize != 0)
sync_folders = true;
}
Log.i("Local folder count=" + local.size());