Prevent loop

pull/182/head
M66B 4 years ago
parent 9a9b4c8660
commit 895600194a

@ -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()) {

Loading…
Cancel
Save