Updated on 2026-08-14
This commit is contained in:
parent
33c331f529
commit
b2b0b3cc72
14 changed files with 144 additions and 79 deletions
|
|
@ -1647,8 +1647,7 @@ internal class SwapModel @Inject constructor(
|
|||
|
||||
private fun onTangemPaySupportClick(txId: String?) {
|
||||
modelScope.launch {
|
||||
val metaInfo = getWalletMetaInfoUseCase(userWallet.walletId)
|
||||
.getOrElse { error("CardInfo must be not null") }
|
||||
val metaInfo = getWalletMetaInfoUseCase(userWallet.walletId).getOrNull() ?: return@launch
|
||||
val email = FeedbackEmailType.Visa.Withdrawal(
|
||||
walletMetaInfo = metaInfo,
|
||||
providerName = dataState.selectedProvider?.name.orEmpty(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue