Fix rendering of Room item in ForwardMessagesView
This commit is contained in:
parent
713223bbed
commit
31c7c29836
2 changed files with 7 additions and 6 deletions
|
|
@ -25,6 +25,8 @@ enum class AvatarSize(val dp: Dp) {
|
|||
RoomHeader(96.dp),
|
||||
RoomListItem(52.dp),
|
||||
|
||||
ForwardRoomListItem(36.dp),
|
||||
|
||||
UserHeader(96.dp),
|
||||
UserListItem(36.dp),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue