mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-24 05:34:45 -07:00
merge all nfc app changes
by WillyJL
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
#include "../helpers/protocol_support/nfc_protocol_support.h"
|
||||
#include "../nfc_app_i.h"
|
||||
|
||||
void nfc_scene_read_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);
|
||||
|
||||
nfc_protocol_support_on_enter(NfcProtocolSupportSceneRead, context);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user