From 8b833cb7ebae7191e756192ee675e21a0635a032 Mon Sep 17 00:00:00 2001 From: Nikolay Minaylov Date: Wed, 30 Mar 2022 20:05:44 +0300 Subject: [PATCH] [FL-2378, FL-2382] Archive and infrared fixes #1073 --- applications/archive/scenes/archive_scene_browser.c | 1 + applications/infrared/scene/infrared_app_scene_learn.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/applications/archive/scenes/archive_scene_browser.c b/applications/archive/scenes/archive_scene_browser.c index cee19168..462fecbd 100644 --- a/applications/archive/scenes/archive_scene_browser.c +++ b/applications/archive/scenes/archive_scene_browser.c @@ -99,6 +99,7 @@ bool archive_scene_browser_on_event(void* context, SceneManagerEvent event) { if(favorites) { browser->callback(ArchiveBrowserEventEnterFavMove, browser->context); } else if((known_app) && (selected->is_app == false)) { + archive_show_file_menu(browser, false); scene_manager_next_scene(archive->scene_manager, ArchiveAppSceneRename); } consumed = true; diff --git a/applications/infrared/scene/infrared_app_scene_learn.cpp b/applications/infrared/scene/infrared_app_scene_learn.cpp index 1ae3b92c..5ad783e7 100644 --- a/applications/infrared/scene/infrared_app_scene_learn.cpp +++ b/applications/infrared/scene/infrared_app_scene_learn.cpp @@ -37,6 +37,7 @@ void InfraredAppSceneLearn::on_enter(InfraredApp* app) { infrared_worker_rx_start(worker); popup_set_icon(popup, 0, 32, &I_InfraredLearnShort_128x31); + popup_set_header(popup, NULL, 0, 0, AlignCenter, AlignCenter); popup_set_text( popup, "Point the remote at IR port\nand push the button", 5, 10, AlignLeft, AlignCenter); popup_set_callback(popup, NULL);