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:
parent
516da33f8c
commit
3f4329612a
1 changed files with 1 additions and 0 deletions
|
@ -5478,6 +5478,7 @@ class Core {
|
|||
|
||||
void reset() {
|
||||
Thread.currentThread().interrupted(); // clear interrupted status
|
||||
Log.i("Permits=" + semaphore.drainPermits());
|
||||
recoverable = true;
|
||||
lastActivity = null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue