mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Reset interrupted status
This commit is contained in:
@@ -5472,6 +5472,7 @@ class Core {
|
||||
}
|
||||
|
||||
void reset() {
|
||||
Thread.currentThread().interrupted(); // clear interrupted status
|
||||
recoverable = true;
|
||||
lastActivity = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user