Updated on 2026-08-14
This commit is contained in:
parent
9d978de53d
commit
843ec3d04e
5 changed files with 31 additions and 35 deletions
|
|
@ -206,7 +206,7 @@ internal class DefaultSwapComponent @AssistedInject constructor(
|
|||
feeCryptoCurrencyStatus = feeCryptoCurrency,
|
||||
amount = model.dataState.amount.orEmpty(),
|
||||
spenderAddress = requireNotNull(model.dataState.approveDataModel).spenderAddress,
|
||||
subtitle = if (permissionState.isResetApproval) {
|
||||
amountFooter = if (permissionState.isResetApproval) {
|
||||
resourceReference(R.string.update_approval_permission_subtitle)
|
||||
} else {
|
||||
resourceReference(
|
||||
|
|
@ -214,6 +214,7 @@ internal class DefaultSwapComponent @AssistedInject constructor(
|
|||
formatArgs = wrappedList(providerName, permissionState.currency),
|
||||
)
|
||||
},
|
||||
feeFooter = resourceReference(R.string.swap_give_permission_fee_footer),
|
||||
isResetApproval = permissionState.isResetApproval,
|
||||
isHoldToConfirm = model.isHoldToConfirmEnabled,
|
||||
callback = model.approvalCallback,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue