Fix: restore the height of the pill to its original value

This commit is contained in:
Nicolas Mauri 2023-03-20 10:50:25 +01:00
parent 13f03c060b
commit ba5a14d494

View file

@ -23,7 +23,7 @@ import UIKit
static let pillAttachmentViewSizes = PillAttachmentView.Sizes(verticalMargin: 2.0,
horizontalMargin: 6.0,
avatarLeading: 2.0,
avatarSideLength: 20.0,
avatarSideLength: 16.0,
itemSpacing: 4)
private weak var messageTextView: MXKMessageTextView?