From 0df5a66b191cd30fee732a96cbe24a98cb870189 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Mon, 17 Mar 2025 06:17:25 +0000 Subject: [PATCH] Keep prev selection when new selection fails --- lib/nfc/protocols/type_4_tag/type_4_tag_listener_i.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/nfc/protocols/type_4_tag/type_4_tag_listener_i.c b/lib/nfc/protocols/type_4_tag/type_4_tag_listener_i.c index 264771e9b..ba0ee694a 100644 --- a/lib/nfc/protocols/type_4_tag/type_4_tag_listener_i.c +++ b/lib/nfc/protocols/type_4_tag/type_4_tag_listener_i.c @@ -73,7 +73,6 @@ static Type4TagError type_4_tag_listener_iso_select( } } - instance->state = Type4TagListenerStateIdle; bit_buffer_append_bytes( instance->tx_buffer, type_4_tag_not_found_apdu, sizeof(type_4_tag_not_found_apdu)); return Type4TagErrorCustomCommand;