From 131578ab427583867e15ecc8d0253410b22cc832 Mon Sep 17 00:00:00 2001 From: Chris van Marle Date: Thu, 27 Oct 2022 19:44:05 +0200 Subject: [PATCH] MRTD Use u2f icon in load params --- applications/main/nfc/scenes/nfc_scene_passport_auth.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/applications/main/nfc/scenes/nfc_scene_passport_auth.c b/applications/main/nfc/scenes/nfc_scene_passport_auth.c index c064bb1a2..b9dd6365f 100644 --- a/applications/main/nfc/scenes/nfc_scene_passport_auth.c +++ b/applications/main/nfc/scenes/nfc_scene_passport_auth.c @@ -31,7 +31,7 @@ bool nfc_scene_passport_auth_load(Nfc* nfc) { const DialogsFileBrowserOptions browser_options = { .extension = MRTD_APP_EXTENSION, .skip_assets = true, - .icon = &I_Nfc_10px, //TODO: custom icon? + .icon = &I_u2f_10px, .hide_ext = true, .item_loader_callback = NULL, .item_loader_context = NULL, @@ -55,7 +55,6 @@ bool nfc_scene_passport_auth_load(Nfc* nfc) { furi_string_get_cstr(file_path), true); - //TODO: make sure this call is ok: nfc_scene_passport_auth_on_enter(nfc); }