Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-03 20:00:57 +04:00
parent 9d978de53d
commit 843ec3d04e
5 changed files with 31 additions and 35 deletions

View file

@ -1492,10 +1492,11 @@ internal class StakingModel @Inject constructor(
feeCryptoCurrencyStatus = feeCurrencyStatus,
amount = amountState.amountTextField.value,
spenderAddress = approval.spenderAddress,
subtitle = resourceReference(
amountFooter = resourceReference(
id = R.string.give_permission_staking_subtitle,
formatArgs = wrappedList(cryptoCurrencyStatus.currency.symbol),
),
feeFooter = resourceReference(R.string.staking_give_permission_fee_footer),
isHoldToConfirm = value.shouldShowHoldToConfirmButton,
callback = approvalCallback,
)