mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
add simple nfc file name display
temp fix for UI
This commit is contained in:
parent
91d614dd25
commit
c666368446
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue