Remove animateItemPlacement modifier usage (#10146)

This commit is contained in:
Ivan Iskandar
2023-11-18 20:39:08 +07:00
committed by GitHub
parent 2c032ff70d
commit 69aa13bc56
9 changed files with 0 additions and 16 deletions
@@ -132,7 +132,6 @@ private fun MigrateSourceList(
key = { (source, _) -> "migrate-${source.id}" },
) { (source, count) ->
MigrateSourceItem(
modifier = Modifier.animateItemPlacement(),
source = source,
count = count,
onClickItem = { onClickItem(source) },