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;