1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 04:35:57 +00:00

Prevent multiple restarts

This commit is contained in:
M66B 2021-12-07 10:41:49 +01:00
parent 516da33f8c
commit 3f4329612a

View file

@ -5478,6 +5478,7 @@ class Core {
void reset() {
Thread.currentThread().interrupted(); // clear interrupted status
Log.i("Permits=" + semaphore.drainPermits());
recoverable = true;
lastActivity = null;
}