Skip to content

Commit

Permalink
[FL-2378, FL-2382] Archive and infrared fixes flipperdevices#1073
Browse files Browse the repository at this point in the history
  • Loading branch information
nminaylov authored Mar 30, 2022
1 parent 2f3ea94 commit 8b833cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions applications/archive/scenes/archive_scene_browser.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions applications/infrared/scene/infrared_app_scene_learn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8b833cb

Please sign in to comment.