From 0a044d6416050a0598663e8d0248fd521a17688f Mon Sep 17 00:00:00 2001 From: Chris van Marle Date: Thu, 27 Oct 2022 19:45:32 +0200 Subject: [PATCH] MRTD Select auth&read after load --- applications/main/nfc/scenes/nfc_scene_passport_auth.c | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/main/nfc/scenes/nfc_scene_passport_auth.c b/applications/main/nfc/scenes/nfc_scene_passport_auth.c index b9dd6365f..55b0bd296 100644 --- a/applications/main/nfc/scenes/nfc_scene_passport_auth.c +++ b/applications/main/nfc/scenes/nfc_scene_passport_auth.c @@ -56,6 +56,7 @@ bool nfc_scene_passport_auth_load(Nfc* nfc) { true); nfc_scene_passport_auth_on_enter(nfc); + variable_item_list_set_selected_item(nfc->variable_item_list, NfcScenePassportAuthSelectAuth); } return res;