Updated on 2026-08-14
This commit is contained in:
parent
37023a15b4
commit
d46a05479b
2 changed files with 2 additions and 2 deletions
|
|
@ -138,7 +138,7 @@ internal object WalletScreenPreviewDataLegacy {
|
|||
TokensListItemUM.Portfolio(
|
||||
content = PortfolioItemContentUM.Empty(
|
||||
action = PortfolioItemContentUM.Empty.Action(
|
||||
text = stringReference("Manage tokens"),
|
||||
text = resourceReference(id = R.string.onboarding_add_tokens),
|
||||
onClick = {},
|
||||
),
|
||||
),
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ internal class TokenListStateConverter(
|
|||
is WalletTokensListState.Empty -> listOf()
|
||||
}
|
||||
val onEmptyAction = PortfolioItemContentUM.Empty.Action(
|
||||
text = resourceReference(id = R.string.main_manage_tokens),
|
||||
text = resourceReference(id = R.string.onboarding_add_tokens),
|
||||
onClick = { clickIntents.onManageTokensClick(account.accountId) },
|
||||
)
|
||||
return TokensListPortfolioItemConverter(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue