Updated on 2026-08-14
This commit is contained in:
parent
f99ac86338
commit
64423bdf6f
1 changed files with 0 additions and 2 deletions
|
|
@ -71,7 +71,6 @@ fun LazyListScope.txHistoryItems(
|
|||
}
|
||||
}
|
||||
|
||||
@OptIn(ExperimentalFoundationApi::class)
|
||||
private fun LazyListScope.contentItems(
|
||||
txHistoryItems: LazyPagingItems<TxHistoryState.TxHistoryItemState>,
|
||||
isBalanceHidden: Boolean,
|
||||
|
|
@ -93,7 +92,6 @@ private fun LazyListScope.contentItems(
|
|||
state = item,
|
||||
isBalanceHidden = isBalanceHidden,
|
||||
modifier = modifier
|
||||
.animateItemPlacement()
|
||||
.roundedShapeItemDecoration(
|
||||
currentIndex = index,
|
||||
lastIndex = txHistoryItems.itemSnapshotList.lastIndex,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue