@ -198,7 +198,7 @@ namespace f8
bool has_task = false;
{
queue_.Fetch();
if (list_empty(queue_.GetWorkList())) {
if (!list_empty(queue_.GetWorkList())) {
has_task = true;
}
The note is not visible to the blocked user.