Fix rendering of Room item in ForwardMessagesView

This commit is contained in:
Benoit Marty 2023-06-27 17:44:51 +02:00 committed by Benoit Marty
parent 713223bbed
commit 31c7c29836
2 changed files with 7 additions and 6 deletions

View file

@ -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),