Updated on 2026-08-14
This commit is contained in:
parent
3d4216bddb
commit
dcb072d374
10 changed files with 21 additions and 123 deletions
|
|
@ -16,7 +16,6 @@ import com.tangem.tap.domain.extensions.minimalAmount
|
|||
import com.tangem.tap.features.send.redux.*
|
||||
import com.tangem.tap.features.send.redux.FeeAction.RequestFee
|
||||
import com.tangem.tap.features.send.redux.states.SendButtonState
|
||||
import com.tangem.tap.features.wallet.redux.WalletAction
|
||||
import com.tangem.tap.scope
|
||||
import com.tangem.tap.tangemSdk
|
||||
import kotlinx.coroutines.Dispatchers
|
||||
|
|
@ -99,7 +98,6 @@ private fun sendTransaction(
|
|||
FirebaseAnalyticsHandler.triggerEvent(AnalyticsEvent.TRANSACTION_IS_SENT, card)
|
||||
dispatch(SendAction.SendSuccess)
|
||||
dispatch(GlobalAction.UpdateWalletSignedHashes(result.data.walletSignedHashes))
|
||||
dispatch(WalletAction.UpdateWallet)
|
||||
dispatch(NavigationAction.PopBackTo())
|
||||
}
|
||||
is Result.Failure -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue