mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
fa3393a236
commit
9e3bfe141a
|
@ -6117,6 +6117,8 @@ class Core {
|
|||
return true;
|
||||
if (!running)
|
||||
return false;
|
||||
if (thread == null)
|
||||
return false;
|
||||
return thread.isAlive();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue