Merge remote-tracking branch 'OFW/dev' into dev

This commit is contained in:
MX
2024-09-06 00:48:44 +03:00
15 changed files with 153 additions and 93 deletions

View File

@@ -494,7 +494,7 @@ int32_t nfc_app(void* p) {
nfc->view_dispatcher, nfc->gui, ViewDispatcherTypeFullscreen);
furi_string_set(nfc->file_path, args);
if(nfc_load_file(nfc, nfc->file_path, false)) {
if(nfc_load_file(nfc, nfc->file_path, true)) {
nfc_show_initial_scene_for_device(nfc);
} else {
view_dispatcher_stop(nfc->view_dispatcher);