Updated on 2026-08-14
This commit is contained in:
parent
3a9bdb16ad
commit
aa621dd48f
10 changed files with 78 additions and 36 deletions
|
|
@ -107,7 +107,6 @@ internal class SendWithSwapConfirmComponent @AssistedInject constructor(
|
|||
analyticsCategoryName = params.analyticsCategoryName,
|
||||
userWalletId = params.userWallet.walletId,
|
||||
cryptoCurrencyStatus = model.primaryCurrencyStatus,
|
||||
feeCryptoCurrencyStatus = model.primaryFeePaidCurrencyStatus,
|
||||
appCurrency = params.appCurrency,
|
||||
callback = model,
|
||||
notificationData = SendNotificationsComponent.Params.NotificationData(
|
||||
|
|
@ -121,6 +120,7 @@ internal class SendWithSwapConfirmComponent @AssistedInject constructor(
|
|||
isIgnoreReduce = model.confirmData.isIgnoreReduce,
|
||||
fee = model.confirmData.fee,
|
||||
feeError = model.confirmData.feeError,
|
||||
feeCryptoCurrencyStatus = model.primaryFeePaidCurrencyStatus,
|
||||
),
|
||||
),
|
||||
)
|
||||
|
|
|
|||
|
|
@ -357,6 +357,7 @@ internal class SendWithSwapConfirmModel @Inject constructor(
|
|||
isIgnoreReduce = confirmData.isIgnoreReduce,
|
||||
fee = confirmData.fee,
|
||||
feeError = confirmData.feeError,
|
||||
feeCryptoCurrencyStatus = params.primaryFeePaidCurrencyStatusFlow.value,
|
||||
),
|
||||
)
|
||||
swapNotificationsUpdateTrigger.triggerUpdate(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue