From 0ec7a10ba908c634a43ec2ec4a89c587892416c9 Mon Sep 17 00:00:00 2001 From: noproto Date: Mon, 18 Aug 2025 04:00:20 -0400 Subject: [PATCH] UL-C dict attack scene is now visible --- .../main/nfc/scenes/nfc_scene_mf_ultralight_c_dict_attack.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/main/nfc/scenes/nfc_scene_mf_ultralight_c_dict_attack.c b/applications/main/nfc/scenes/nfc_scene_mf_ultralight_c_dict_attack.c index cf31e0f2d..94e1e9d80 100644 --- a/applications/main/nfc/scenes/nfc_scene_mf_ultralight_c_dict_attack.c +++ b/applications/main/nfc/scenes/nfc_scene_mf_ultralight_c_dict_attack.c @@ -116,6 +116,8 @@ void nfc_scene_mf_ultralight_c_dict_attack_on_enter(void* context) { instance->poller = nfc_poller_alloc(instance->nfc, NfcProtocolMfUltralight); nfc_poller_start(instance->poller, nfc_mf_ultralight_c_dict_attack_worker_callback, instance); + dict_attack_set_card_state(instance->dict_attack, true); + view_dispatcher_switch_to_view(instance->view_dispatcher, NfcViewDictAttack); nfc_blink_read_start(instance); }