Updated on 2026-08-14
This commit is contained in:
parent
720759fb1a
commit
5d204c2bf0
1 changed files with 2 additions and 0 deletions
|
|
@ -2397,6 +2397,8 @@ internal class SwapModel @Inject constructor(
|
|||
}
|
||||
|
||||
override fun onResult(newState: FeeSelectorUM) {
|
||||
state.value = newState
|
||||
|
||||
if (newState is FeeSelectorUM.Error) {
|
||||
modelScope.launch {
|
||||
forceUpdateState.emit(newState.copy(isHidden = true))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue