Updated on 2026-08-14
This commit is contained in:
parent
85703c8223
commit
8b15662f33
1 changed files with 1 additions and 0 deletions
|
|
@ -680,6 +680,7 @@ internal class SendViewModel @Inject constructor(
|
|||
val result = callFeeUseCase()?.fold(
|
||||
ifRight = {
|
||||
uiState = feeStateFactory.onFeeOnLoadedState(it)
|
||||
sendIdleTimer = SystemClock.elapsedRealtime()
|
||||
},
|
||||
ifLeft = {
|
||||
onFeeLoadFailed(isShowStatus)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue