1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 20:54:34 +00:00

Reset interrupted status

This commit is contained in:
M66B 2021-12-01 18:00:38 +01:00
parent 26c89d7bd5
commit e2cdafa3cc

View file

@ -5472,6 +5472,7 @@ class Core {
}
void reset() {
Thread.currentThread().interrupted(); // clear interrupted status
recoverable = true;
lastActivity = null;
}