Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavoyan committed Feb 5, 2024
1 parent 7f708b5 commit ca2a5d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/java/com/vcl/wallet/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ class MainActivity : AppCompatActivity() {
val credentialManifestDescriptorRefresh =
VCLCredentialManifestDescriptorRefresh(
service = service,
credentialIds = Constants.CredentialIdsToRefresh
credentialIds = Constants.CredentialIdsToRefresh,
didJwk = this.didJwk
)
vcl.getCredentialManifest(credentialManifestDescriptorRefresh,
successHandler = { credentialManifest ->
Expand Down

0 comments on commit ca2a5d9

Please sign in to comment.