mirror of https://github.com/M66B/FairEmail.git
Reset interrupted status
This commit is contained in:
parent
26c89d7bd5
commit
e2cdafa3cc
|
@ -5472,6 +5472,7 @@ class Core {
|
|||
}
|
||||
|
||||
void reset() {
|
||||
Thread.currentThread().interrupted(); // clear interrupted status
|
||||
recoverable = true;
|
||||
lastActivity = null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue