Updated on 2026-08-14
This commit is contained in:
commit
de10beb7cf
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ internal object LegacyScanProcessor {
|
|||
onCancel: () -> Unit,
|
||||
onSuccess: suspend () -> Unit,
|
||||
) {
|
||||
val userWalletId = UserWalletIdBuilder.card(scanResponse.card).build()
|
||||
val userWalletId = runCatching { UserWalletIdBuilder.card(scanResponse.card).build() }.getOrNull()
|
||||
if (userWalletId == null) {
|
||||
onSuccess()
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue