Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-19 17:34:43 +03:00
parent 796ceab5dc
commit db0d566db2
6 changed files with 34 additions and 285 deletions

View file

@ -378,10 +378,9 @@ internal class SendViewModel @Inject constructor(
when {
uiState.value.sendState?.isSuccess == true -> return
transactionId != null && amount != null && destinationAddress != null -> {
loadFee()
uiState.value = stateFactory.getReadyState(amount, destinationAddress, memo)
stateRouter.showSend()
updateNotifications()
loadFee()
}
else -> {
uiState.value = stateFactory.getReadyState()