Updated on 2026-08-14
This commit is contained in:
parent
e20384e8ea
commit
0bf1a5cfe0
10 changed files with 42 additions and 9 deletions
|
|
@ -40,6 +40,7 @@ import com.tangem.core.ui.res.TangemThemePreview
|
|||
import com.tangem.features.yield.supply.impl.R
|
||||
import com.tangem.features.yield.supply.impl.promo.entity.YieldSupplyPromoUM
|
||||
import com.tangem.features.yield.supply.impl.promo.model.YieldSupplyPromoClickIntents
|
||||
import com.tangem.utils.StringsSigns
|
||||
|
||||
@Composable
|
||||
internal fun YieldSupplyPromoContent(
|
||||
|
|
@ -257,11 +258,11 @@ private fun PromoBoostCard(baseApy: String, boostedApy: String, onLearnMoreClick
|
|||
append(boostedApy)
|
||||
}
|
||||
}
|
||||
val learnMoreLabel = stringResourceSafe(R.string.common_learn_more).lowercase()
|
||||
val learnMoreLabel = stringResourceSafe(R.string.yield_apy_boost_promo_terms_and_conditions)
|
||||
val eligibilityText = stringResourceSafe(R.string.yield_apy_boost_promo_eligibility_text)
|
||||
val subtitleAnnotated = buildAnnotatedString {
|
||||
append(eligibilityText)
|
||||
append(" ")
|
||||
append("${StringsSigns.COMA_SIGN} ")
|
||||
withLink(
|
||||
link = LinkAnnotation.Clickable(
|
||||
tag = "YIELD_BOOST_LEARN_MORE",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue