RoomListFilters : remove animation on filter toggling

This commit is contained in:
ganfra 2024-02-27 16:22:30 +01:00
parent 7e2fd62d04
commit 593a94b994

View file

@ -103,10 +103,8 @@ private fun LazyListScope.roomListFilters(
) {
items(
items = filters,
key = { it.ordinal },
) { filter ->
RoomListFilterView(
modifier = Modifier.animateItemPlacement(),
roomListFilter = filter,
selected = selected,
onClick = onClick,