Revert "Suppress illegal state and folder closed exception"

This reverts commit 3137e3f3fb.
pull/125/head
M66B 6 years ago
parent 3137e3f3fb
commit bc92c2baa8

@ -637,8 +637,7 @@ public class ServiceSynchronize extends LifecycleService {
Log.e(Helper.TAG, folder.name + " " + ex + "\n" + Log.getStackTraceString(ex));
reportError(account.name, folder.name, ex);
if (!(ex instanceof IllegalStateException) && !(ex instanceof FolderClosedException))
db.folder().setFolderError(folder.id, Helper.formatThrowable(ex));
db.folder().setFolderError(folder.id, Helper.formatThrowable(ex));
synchronized (state) {
state.notifyAll();

Loading…
Cancel
Save