Updated on 2026-08-14
This commit is contained in:
parent
796ceab5dc
commit
db0d566db2
6 changed files with 34 additions and 285 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue