Reset transactions widget before enter again

This commit is contained in:
Nikita Vostokov
2024-02-10 01:37:49 +00:00
parent d195de502e
commit e6935f2a9d

View File

@@ -37,6 +37,8 @@ bool nfc_scene_emv_more_info_on_event(void* context, SceneManagerEvent event) {
const EmvData* data = nfc_device_get_data(nfc->nfc_device, NfcProtocolEmv); const EmvData* data = nfc_device_get_data(nfc->nfc_device, NfcProtocolEmv);
if(event.type == SceneManagerEventTypeCustom) { if(event.type == SceneManagerEventTypeCustom) {
widget_reset(nfc->widget);
if(event.event == SubmenuIndexTransactions) { if(event.event == SubmenuIndexTransactions) {
FuriString* temp_str = furi_string_alloc(); FuriString* temp_str = furi_string_alloc();
nfc_render_emv_transactions(&data->emv_application, temp_str); nfc_render_emv_transactions(&data->emv_application, temp_str);