Updated on 2026-08-14

This commit is contained in:
Tangem 2023-12-12 14:03:31 +03:00
parent f99ac86338
commit 64423bdf6f

View file

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