Updated on 2026-08-14
This commit is contained in:
parent
50d082bf95
commit
bb2877e36c
6 changed files with 225 additions and 7 deletions
|
|
@ -188,6 +188,7 @@ internal class DefaultSendWithSwapComponent @AssistedInject constructor(
|
|||
userWalletId = params.userWalletId,
|
||||
cryptoCurrency = secondaryCryptoCurrency,
|
||||
callback = model,
|
||||
isAllowSelfSend = true,
|
||||
),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -80,6 +80,7 @@ internal class SendWithSwapConfirmComponent @AssistedInject constructor(
|
|||
blockClickEnableFlow = blockClickEnableFlow.asStateFlow(),
|
||||
cryptoCurrency = model.secondaryCurrency,
|
||||
predefinedValues = PredefinedValues.Empty,
|
||||
isAllowSelfSend = true,
|
||||
),
|
||||
onResult = model::onDestinationResult,
|
||||
onClick = model::showEditDestination,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue