Updated on 2026-08-14
This commit is contained in:
parent
305606c216
commit
f380aa3b51
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ internal class SetTokenListTransformer(
|
|||
is TokenConverterParams.Account -> params.accountList.accountStatuses
|
||||
.filterIsInstance<AccountStatus.Payment>()
|
||||
.firstOrNull()
|
||||
is TokenConverterParams.Wallet -> null
|
||||
is TokenConverterParams.Wallet -> return TangemPayMainUM.Empty
|
||||
} ?: return this
|
||||
|
||||
return tangemPayConverter.convert(paymentAccountStatus)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue