Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-17 12:48:48 +04:00
parent 454c08b894
commit 7f4454c8d2

View file

@ -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