Change name to match use case.
This commit is contained in:
parent
e150c359e9
commit
9f6e59db8f
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ enum class AvatarSize(val dp: Dp) {
|
||||||
RoomHeader(96.dp),
|
RoomHeader(96.dp),
|
||||||
RoomListItem(52.dp),
|
RoomListItem(52.dp),
|
||||||
|
|
||||||
ForwardRoomListItem(36.dp),
|
RoomSelectRoomListItem(36.dp),
|
||||||
|
|
||||||
UserPreference(56.dp),
|
UserPreference(56.dp),
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -226,7 +226,7 @@ private fun RoomSummaryView(
|
||||||
id = summary.roomId.value,
|
id = summary.roomId.value,
|
||||||
name = summary.name,
|
name = summary.name,
|
||||||
url = summary.avatarURLString,
|
url = summary.avatarURLString,
|
||||||
size = AvatarSize.ForwardRoomListItem,
|
size = AvatarSize.RoomSelectRoomListItem,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
Column(
|
Column(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue