mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
5abe36ce44
commit
9e4d3bb76a
|
@ -1946,7 +1946,7 @@ class Core {
|
|||
}
|
||||
|
||||
void error(Throwable ex) {
|
||||
recoverable = !(ex instanceof FolderClosedException);
|
||||
recoverable = (recoverable && !(ex instanceof FolderClosedException));
|
||||
thread.interrupt();
|
||||
yield();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue