Implemented new flow for 'Detect Reader button' after partial mf classic read according to new UI

This commit is contained in:
RebornedBrain
2024-01-11 20:23:13 +03:00
parent 4397e2cff5
commit d3c994c403
3 changed files with 11 additions and 1 deletions

View File

@@ -168,7 +168,7 @@ static void nfc_scene_emulate_on_enter_mf_classic(NfcApp* instance) {
static bool nfc_scene_read_menu_on_event_mf_classic(NfcApp* instance, uint32_t event) {
if(event == SubmenuIndexDetectReader) {
scene_manager_next_scene(instance->scene_manager, NfcSceneMfClassicDetectReader);
scene_manager_next_scene(instance->scene_manager, NfcSceneSaveConfirm);
dolphin_deed(DolphinDeedNfcDetectReader);
return true;
}