Updated on 2026-08-14

This commit is contained in:
Tangem 2024-05-23 14:02:59 +05:00
parent f49a2bc054
commit d630852c29
28 changed files with 406 additions and 10 deletions

View file

@ -492,6 +492,9 @@ internal class WalletCurrencyActionsClickIntentsImplementor @Inject constructor(
id = R.string.token_button_unavailability_generic_description,
)
}
ScenarioUnavailabilityReason.UnassociatedAsset -> resourceReference(
id = R.string.warning_receive_blocked_hedera_token_association_required_message,
)
ScenarioUnavailabilityReason.None -> {
throw IllegalArgumentException("The unavailability reason must be other than None")
}