Skip to content

Commit

Permalink
fix: resolve loading issue when sharing proof request for OID4VP
Browse files Browse the repository at this point in the history
Signed-off-by: tusharbhayani <[email protected]>
  • Loading branch information
tusharbhayani committed Dec 27, 2024
1 parent b641a02 commit 70b80a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/screens/Scan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ const Scan: React.FC<ScanProps> = ({ 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 },
Expand Down

0 comments on commit 70b80a6

Please sign in to comment.