This commit is contained in:
VerstreuteSeele
2022-12-19 04:24:49 +01:00
parent 52b4c1ea2f
commit c1a17efea7
10 changed files with 11 additions and 47 deletions

View File

@@ -3,7 +3,6 @@
void nfc_scene_file_select_on_enter(void* context) {
Nfc* nfc = context;
furi_string_printf(nfc->dev->folder, "%s", NFC_APP_FOLDER);
// Process file_select return
nfc_device_set_loading_callback(nfc->dev, nfc_show_loading_popup, nfc);
if(!furi_string_size(nfc->dev->load_path)) {