Revert "Suppress illegal state and folder closed exception"

This reverts commit 3137e3f3fb.
This commit is contained in:
M66B 2018-09-09 07:21:32 +00:00
parent 3137e3f3fb
commit bc92c2baa8
1 changed files with 1 additions and 2 deletions

View File

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