Updated on 2026-08-14
This commit is contained in:
parent
454c08b894
commit
7f4454c8d2
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ internal class TxHistoryStateController @Inject constructor() {
|
||||||
|
|
||||||
private val _uiState: MutableStateFlow<TxHistoryItemsUM> =
|
private val _uiState: MutableStateFlow<TxHistoryItemsUM> =
|
||||||
MutableStateFlow(TxHistoryItemsUM.Loading(isBalanceHidden = true, onExploreClick = {}))
|
MutableStateFlow(TxHistoryItemsUM.Loading(isBalanceHidden = true, onExploreClick = {}))
|
||||||
val uiState: StateFlow<TxHistoryItemsUM> = _uiState
|
val uiState: StateFlow<TxHistoryItemsUM> = _uiState.asStateFlow()
|
||||||
|
|
||||||
val isNotSupported: Boolean
|
val isNotSupported: Boolean
|
||||||
get() = _uiState.value is TxHistoryItemsUM.NotSupported
|
get() = _uiState.value is TxHistoryItemsUM.NotSupported
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue