BaseBubbleCell: Update isTextViewNeedsPositioningVerticalSpace value.

This commit is contained in:
SBiOSoftWhare
2022-02-09 16:32:36 +01:00
parent 6aa005d145
commit aacf38820a
@@ -167,6 +167,10 @@ class BaseBubbleCell: MXKRoomBubbleTableViewCell, BaseBubbleCellType {
// MARK: - Overrides
override var isTextViewNeedsPositioningVerticalSpace: Bool {
return false
}
override func setupViews() {
super.setupViews()