Updated on 2026-08-14
This commit is contained in:
parent
7de9a90598
commit
c372e4faee
1 changed files with 4 additions and 0 deletions
|
|
@ -349,6 +349,10 @@ internal class NFTSendConfirmModel @Inject constructor(
|
|||
updateTransactionStatus(txData)
|
||||
sendBalanceUpdater.scheduleUpdates()
|
||||
nftSendAnalyticHelper.nftSendSuccessAnalytics(cryptoCurrency, uiState.value)
|
||||
if (uiState.value.isRedesignEnabled) {
|
||||
params.callback.onResult(uiState.value)
|
||||
params.onSendTransaction()
|
||||
}
|
||||
},
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue