RoomListFilters : remove animation on filter toggling

This commit is contained in:
ganfra 2024-02-27 16:22:30 +01:00
parent 05c9c4e227
commit f5c6aaf94e

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,