Prevent loop

This commit is contained in:
M66B 2020-06-26 11:44:43 +02:00
parent 9a9b4c8660
commit 895600194a
1 changed files with 1 additions and 1 deletions

View File

@ -1327,7 +1327,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
ServiceSynchronize.this,
folder.name + " " + Log.formatThrowable(ex, false));
db.folder().setFolderError(folder.id, Log.formatThrowable(ex));
state.error(ex);
//state.error(ex);
} finally {
if (shouldClose) {
if (ifolder != null && ifolder.isOpen()) {