fix crash after st25tb save (#3170)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Augusto Zanellato 2023-10-28 16:45:08 +02:00 committed by GitHub
parent cfaf745523
commit 0fe93fcfa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,6 +95,11 @@ const NfcProtocolSupportBase nfc_protocol_support_st25tb = {
.on_enter = nfc_protocol_support_common_on_enter_empty,
.on_event = nfc_scene_saved_menu_on_event_st25tb,
},
.scene_save_name =
{
.on_enter = nfc_protocol_support_common_on_enter_empty,
.on_event = nfc_protocol_support_common_on_event_empty,
},
.scene_emulate =
{
.on_enter = nfc_protocol_support_common_on_enter_empty,