Merge branch 'emv-fixes' of https://github.com/wosk/unleashed-firmware into xfw-dev

This commit is contained in:
Willy-JL
2024-02-15 00:04:37 +00:00
10 changed files with 262 additions and 130 deletions

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);
if(event.type == SceneManagerEventTypeCustom) {
widget_reset(nfc->widget);
if(event.event == SubmenuIndexTransactions) {
FuriString* temp_str = furi_string_alloc();
nfc_render_emv_transactions(&data->emv_application, temp_str);