Create AvatarSize.MessageActionSender for Avatar in message actions bottom sheet (same value but do not use AvatarSize.TimelineSender)

This commit is contained in:
Benoit Marty 2023-06-26 13:15:40 +02:00 committed by Benoit Marty
parent aea5384f9b
commit d3d26094bd
2 changed files with 3 additions and 1 deletions

View file

@ -33,5 +33,7 @@ enum class AvatarSize(val dp: Dp) {
TimelineRoom(32.dp),
TimelineSender(32.dp),
MessageActionSender(32.dp),
InviteSender(16.dp),
}