1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-15 08:29:24 +00:00

Small improvement

This commit is contained in:
M66B 2022-09-12 07:52:11 +02:00
parent fa3393a236
commit 9e3bfe141a

View file

@ -6117,6 +6117,8 @@ class Core {
return true;
if (!running)
return false;
if (thread == null)
return false;
return thread.isAlive();
}