mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 03:58:36 -07:00
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
This commit is contained in:
@@ -590,7 +590,11 @@ static void nfc_protocol_support_scene_emulate_on_enter(NfcApp* instance) {
|
||||
} else {
|
||||
widget_add_string_element(widget, 90, 13, AlignCenter, AlignTop, FontPrimary, "Emulating");
|
||||
if(!furi_string_empty(instance->file_name)) {
|
||||
furi_string_set(temp_str, instance->file_name);
|
||||
furi_string_printf(
|
||||
temp_str,
|
||||
"%s\n%s",
|
||||
nfc_device_get_name(instance->nfc_device, NfcDeviceNameTypeFull),
|
||||
furi_string_get_cstr(instance->file_name));
|
||||
} else {
|
||||
furi_string_printf(
|
||||
temp_str,
|
||||
|
||||
Reference in New Issue
Block a user