Updated on 2026-08-14
This commit is contained in:
commit
25ec5bab77
1 changed files with 3 additions and 1 deletions
|
|
@ -82,7 +82,9 @@ private fun LazyListScope.contentItems(
|
|||
when (item) {
|
||||
is TxHistoryState.TxHistoryItemState.GroupTitle -> item.itemKey
|
||||
is TxHistoryState.TxHistoryItemState.Title -> item.onExploreClick.hashCode()
|
||||
is TxHistoryState.TxHistoryItemState.Transaction -> item.state.txHash
|
||||
is TxHistoryState.TxHistoryItemState.Transaction ->
|
||||
item.state.txHash +
|
||||
((item.state as? TransactionState.Content)?.hashCode() ?: "")
|
||||
}
|
||||
},
|
||||
contentType = txHistoryItems.itemContentType { it::class.java },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue