From fe68da5d04ff6108444800700baf59416988d72c Mon Sep 17 00:00:00 2001 From: joeyschmoe Date: Wed, 2 Oct 2024 11:09:59 -0700 Subject: [PATCH] Add ScanOID4VPQR view to navController which launches when scan to share button is pressed --- .idea/inspectionProfiles/Project_Default.xml | 27 ++++++++++++ .../navigation/SetupNavGraph.kt | 4 +- .../mobilesdkexample/wallet/ScanOID4VPQR.kt | 44 +++++++++++++++++++ .../mobilesdkexample/wallet/WalletHomeView.kt | 2 +- 4 files changed, 74 insertions(+), 3 deletions(-) create mode 100644 example/src/main/java/com/spruceid/mobilesdkexample/wallet/ScanOID4VPQR.kt diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 44ca2d9..6195b36 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,6 +1,30 @@