mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Small improvement
This commit is contained in:
@@ -6117,6 +6117,8 @@ class Core {
|
||||
return true;
|
||||
if (!running)
|
||||
return false;
|
||||
if (thread == null)
|
||||
return false;
|
||||
return thread.isAlive();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user