diff --git a/lib/nfc/protocols/st25tb/st25tb_poller.c b/lib/nfc/protocols/st25tb/st25tb_poller.c index 53db807cd9f..bf1ab0f70e8 100644 --- a/lib/nfc/protocols/st25tb/st25tb_poller.c +++ b/lib/nfc/protocols/st25tb/st25tb_poller.c @@ -157,7 +157,7 @@ NfcCommand st25tb_poller_success_handler(St25tbPoller* instance) { instance->st25tb_event.type = St25tbPollerEventTypeSuccess; command = instance->callback(instance->general_event, instance->context); furi_delay_ms(100); - instance->state = St25tbPollerStateSelect; + instance->state = St25tbPollerStateRequestMode; return command; }