MRTD Select auth&read after load

This commit is contained in:
Chris van Marle
2022-10-27 19:45:32 +02:00
parent 131578ab42
commit 0a044d6416

View File

@@ -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;