Updated on 2026-08-14
This commit is contained in:
parent
4098d61678
commit
754a599f9f
1 changed files with 6 additions and 8 deletions
|
|
@ -734,14 +734,12 @@ internal class SendViewModel @Inject constructor(
|
|||
val recipientState = uiState.getRecipientState(isFromConfirmation) ?: return null
|
||||
val amount = amountState.amountTextField.cryptoAmount.value ?: return null
|
||||
|
||||
return feeCryptoCurrencyStatus?.let { feeCurrencyStatus ->
|
||||
getFeeUseCase.invoke(
|
||||
amount = amount,
|
||||
destination = recipientState.addressTextField.value,
|
||||
userWallet = userWallet,
|
||||
cryptoCurrency = feeCurrencyStatus.currency,
|
||||
)
|
||||
}
|
||||
return getFeeUseCase.invoke(
|
||||
amount = amount,
|
||||
destination = recipientState.addressTextField.value,
|
||||
userWallet = userWallet,
|
||||
cryptoCurrency = cryptoCurrencyStatus.currency,
|
||||
)
|
||||
}
|
||||
// endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue