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) {
|
void error(Throwable ex) {
|
||||||
recoverable = !(ex instanceof FolderClosedException);
|
recoverable = (recoverable && !(ex instanceof FolderClosedException));
|
||||||
thread.interrupt();
|
thread.interrupt();
|
||||||
yield();
|
yield();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue