mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 02:53:46 +02:00
Small improvement
This commit is contained in:
@@ -1946,7 +1946,7 @@ class Core {
|
||||
}
|
||||
|
||||
void error(Throwable ex) {
|
||||
recoverable = !(ex instanceof FolderClosedException);
|
||||
recoverable = (recoverable && !(ex instanceof FolderClosedException));
|
||||
thread.interrupt();
|
||||
yield();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user