mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 04:08:35 -07:00
Revert "make NFC emulation loading from favourites faster"
This reverts commit 2cbd058dc2.
This commit is contained in:
@@ -25,7 +25,7 @@ bool nfc_scene_restore_original_on_event(void* context, SceneManagerEvent event)
|
||||
|
||||
if(event.type == SceneManagerEventTypeCustom) {
|
||||
if(event.event == NfcCustomEventViewExit) {
|
||||
if(nfc_load_file(nfc, nfc->file_path, false, false)) {
|
||||
if(nfc_load_file(nfc, nfc->file_path, false)) {
|
||||
consumed = scene_manager_search_and_switch_to_previous_scene(
|
||||
nfc->scene_manager, NfcSceneSavedMenu);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user