Skip to content

Commit

Permalink
add simple nfc file name display
Browse files Browse the repository at this point in the history
temp fix for UI
  • Loading branch information
xMasterX committed Nov 20, 2023
1 parent 91d614d commit c666368
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ static void nfc_protocol_support_scene_emulate_on_enter(NfcApp* instance) {
widget_add_string_element(widget, 90, 13, AlignCenter, AlignTop, FontPrimary, "Emulating");
furi_string_set(
temp_str, nfc_device_get_name(instance->nfc_device, NfcDeviceNameTypeFull));
furi_string_cat_printf(temp_str, "\n%s", furi_string_get_cstr(instance->file_name));
}

widget_add_text_box_element(
Expand Down

0 comments on commit c666368

Please sign in to comment.