mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
Merge remote-tracking branch 'ofw/dev' into mntm-dev
This commit is contained in:
@@ -496,7 +496,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->fav_timeout = is_favorite;
|
||||
nfc_show_initial_scene_for_device(nfc);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user