Updated on 2026-08-14

This commit is contained in:
Tangem 2022-02-26 17:13:40 +03:00
parent fce1d0aed0
commit 37fc177339
4 changed files with 18 additions and 6 deletions

View file

@ -246,10 +246,11 @@ private fun sendTransaction(
dispatch(SendAction.SendError(TapError.XmlError.AssetAccountNotCreated))
}
message.contains(DemoTransactionSender.ID) -> {
delay(DELAY_SDK_DIALOG_CLOSE)
store.dispatchDialogShow(AppDialog.SimpleOkDialogRes(
R.string.common_done,
R.string.alert_demo_tx_send
))
) { dispatch(NavigationAction.PopBackTo()) })
}
else -> {
(sendResult.error as? TangemSdkError)?.let { error ->