diff --git a/tasks/task_content.c b/tasks/task_content.c index 8c1cad129f..d4e1f1a8de 100644 --- a/tasks/task_content.c +++ b/tasks/task_content.c @@ -1329,6 +1329,9 @@ static bool init_content_file_extract( msg_hash_to_str( MSG_FAILED_TO_EXTRACT_CONTENT_FROM_COMPRESSED_FILE), temp_content); + runloop_msg_queue_push( + msg_hash_to_str(MSG_FAILED_TO_EXTRACT_CONTENT_FROM_COMPRESSED_FILE) + , 10, 180, false); return false; }