[FL-2512] Archive favourites fixes (#1195)

* Archive favourites fixes
* Archive: navigation history fix

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Nikolay Minaylov
2022-05-05 01:51:45 +03:00
committed by GitHub
parent c5c0d2e8bc
commit 0c85b88873
2 changed files with 3 additions and 2 deletions

View File

@@ -95,6 +95,7 @@ bool archive_scene_browser_on_event(void* context, SceneManagerEvent event) {
if(known_app) {
archive_run_in_app(browser, selected);
}
archive_show_file_menu(browser, false);
consumed = true;
break;
case ArchiveBrowserEventFileMenuPin: