trustbloc / wallet-sdk

Verifiable Credential Wallet SDK and Demo/Reference Wallet App (Go / GoMobile | Android | iOS)
Apache License 2.0
21 stars 13 forks source link

Credential list is not displayed properly after deleting a credential #626

Open birtony opened 1 year ago

birtony commented 1 year ago

The cred list does not always show correct creds that are left in the wallet right away. After refreshing, the proper list of outstanding creds is shown. Seems like the deleted credential is removed successfully from the storage, but the UI logic has a bug. Was able to reproduce with 5 creds in the wallet, as well as when only 2 were left.