BaseBubbleCell: Update isTextViewNeedsPositioningVerticalSpace value.

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