Updated on 2026-08-14
This commit is contained in:
parent
276a28800e
commit
14726d2fb4
1 changed files with 3 additions and 3 deletions
|
|
@ -558,9 +558,9 @@ internal class TokenDetailsModel @Inject constructor(
|
|||
override fun onTransferClick() {
|
||||
val amount = cryptoCurrencyStatus?.value?.amount
|
||||
if (amount == null || amount.signum() <= 0) {
|
||||
uiMessageSender.send(
|
||||
message = SnackbarMessage(
|
||||
message = resourceReference(R.string.token_button_unavailability_reason_empty_balance_send),
|
||||
handleUnavailabilityReason(
|
||||
unavailabilityReason = ScenarioUnavailabilityReason.EmptyBalance(
|
||||
withdrawalScenario = ScenarioUnavailabilityReason.WithdrawalScenario.SEND,
|
||||
),
|
||||
)
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue