Change name to match use case.

This commit is contained in:
Benoit Marty 2023-12-19 13:42:07 +01:00
parent e150c359e9
commit 9f6e59db8f
2 changed files with 2 additions and 2 deletions

View file

@ -226,7 +226,7 @@ private fun RoomSummaryView(
id = summary.roomId.value,
name = summary.name,
url = summary.avatarURLString,
size = AvatarSize.ForwardRoomListItem,
size = AvatarSize.RoomSelectRoomListItem,
),
)
Column(