Do not use key to ensure that the list scroll if a room appears at the top
This commit is contained in:
parent
1e4cacb35b
commit
c15b625d94
1 changed files with 0 additions and 2 deletions
|
|
@ -125,7 +125,6 @@ fun RoomListContent(
|
||||||
items(
|
items(
|
||||||
items = roomSummaries,
|
items = roomSummaries,
|
||||||
contentType = { room -> room.contentType() },
|
contentType = { room -> room.contentType() },
|
||||||
key = { room -> room.key() },
|
|
||||||
) { room ->
|
) { room ->
|
||||||
RoomSummaryRow(room = room, onClick = ::onRoomClicked)
|
RoomSummaryRow(room = room, onClick = ::onRoomClicked)
|
||||||
}
|
}
|
||||||
|
|
@ -138,7 +137,6 @@ fun RoomListContent(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun RoomListRoomSummary.key() = id
|
|
||||||
private fun RoomListRoomSummary.contentType() = isPlaceholder
|
private fun RoomListRoomSummary.contentType() = isPlaceholder
|
||||||
|
|
||||||
private fun LazyListState.isScrolled(): Boolean {
|
private fun LazyListState.isScrolled(): Boolean {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue