From 5678d4fd34b411a8d8728967487be217fb5725fa Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 19 Jul 2016 06:16:58 +0200 Subject: [PATCH] Add onscreen message when this happens --- tasks/task_content.c | 3 +++ 1 file changed, 3 insertions(+) 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; }