Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-27 21:36:47 +05:00
parent 31145bbbe7
commit ab246b2ec6

View file

@ -702,6 +702,7 @@ internal class SendViewModel @Inject constructor(
val isShowStatus = uiState.feeState?.fee == null
if (isShowStatus) {
uiState = feeStateFactory.onFeeOnLoadingState()
updateNotifications()
}
val result = callFeeUseCase()?.fold(
ifRight = {