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
@@ -27,8 +27,6 @@
#include <lib/nfc/nfc_device.h>
#include "NFC_Magic_icons.h"
#define NFC_APP_FOLDER ANY_PATH("nfc")
enum NfcMagicCustomEvent {
// Reserve first 100 events for button types and indexes, starting from 0
NfcMagicCustomEventReserved = 100,
@@ -8,7 +8,6 @@ static bool nfc_magic_scene_file_select_is_file_suitable(NfcDevice* nfc_dev) {
void nfc_magic_scene_file_select_on_enter(void* context) {
NfcMagic* nfc_magic = context;
furi_string_printf(nfc_magic->nfc_dev->folder, "%s", NFC_APP_FOLDER);
// Process file_select return
nfc_device_set_loading_callback(nfc_magic->nfc_dev, nfc_magic_show_loading_popup, nfc_magic);