Updated on 2026-08-14
This commit is contained in:
parent
c003dbb39d
commit
9ea256e557
19 changed files with 166 additions and 9 deletions
|
|
@ -42,6 +42,7 @@ internal class MultiWalletCurrencyActionsConverter(
|
|||
}
|
||||
}
|
||||
|
||||
@Suppress("LongMethod")
|
||||
private fun mapTokenActionState(
|
||||
actionsState: TokenActionsState.ActionState,
|
||||
cryptoCurrencyStatus: CryptoCurrencyStatus,
|
||||
|
|
@ -105,6 +106,11 @@ internal class MultiWalletCurrencyActionsConverter(
|
|||
icon = R.drawable.ic_analytics_24
|
||||
action = { clickIntents.onAnalyticsClick(cryptoCurrencyStatus) }
|
||||
}
|
||||
is TokenActionsState.ActionState.YieldMode -> {
|
||||
title = resourceReference(R.string.yield_module_start_earning)
|
||||
icon = R.drawable.ic_analytics_up_mini_24
|
||||
action = { /* no-op */ }
|
||||
}
|
||||
}
|
||||
|
||||
return TokenActionButtonConfig(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue