Get back apps & update NFC

This commit is contained in:
VerstreuteSeele
2022-12-19 04:13:26 +01:00
parent 5d20da3803
commit 52b4c1ea2f
505 changed files with 44555 additions and 10 deletions

View File

@@ -3,6 +3,7 @@
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)) {