diff --git a/app/screens/Scan.tsx b/app/screens/Scan.tsx index 3bb62554..c8739c25 100644 --- a/app/screens/Scan.tsx +++ b/app/screens/Scan.tsx @@ -88,9 +88,7 @@ const Scan: React.FC = ({ navigation, route }) => { if (invitationData.type === 'openid-authorization-request') { const uri = invitationData.data as string resolveOpenIDPresentationRequest(uri).then(value => { - // if (value) { - // setOpenIdRecord(value) - // } + setLoading(false) navigation.getParent()?.navigate(Stacks.NotificationStack, { screen: Screens.OpenIDProofPresentation, params: { credential: value },