Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-24 14:44:37 +05:00
parent 85703c8223
commit 8b15662f33

View file

@ -680,6 +680,7 @@ internal class SendViewModel @Inject constructor(
val result = callFeeUseCase()?.fold(
ifRight = {
uiState = feeStateFactory.onFeeOnLoadedState(it)
sendIdleTimer = SystemClock.elapsedRealtime()
},
ifLeft = {
onFeeLoadFailed(isShowStatus)