NFC: Improve loading of parser plugins

This commit is contained in:
Willy-JL
2025-04-14 08:52:02 +01:00
parent 4ec99873f0
commit 5facd2a593
4 changed files with 14 additions and 5 deletions

View File

@@ -16,6 +16,10 @@ void nfc_scene_detect_scan_callback(NfcScannerEvent event, void* context) {
void nfc_scene_detect_on_enter(void* context) {
NfcApp* instance = context;
nfc_show_loading_popup(instance, true);
nfc_supported_cards_load_cache(instance->nfc_supported_cards);
nfc_show_loading_popup(instance, false);
// Setup view
popup_reset(instance->popup);
popup_set_header(instance->popup, "Reading", 97, 15, AlignCenter, AlignTop);