TextMessageBaseBubbleCell: Reduce sender name bottom margin.

This commit is contained in:
SBiOSoftWhare
2022-02-18 16:26:35 +01:00
parent 912c27fccc
commit f3c25f110f
2 changed files with 6 additions and 0 deletions
@@ -40,6 +40,8 @@ class TextMessageBaseBubbleCell: SizableBaseRoomCell, RoomCellURLPreviewDisplaya
return
}
roomCellContentView?.userNameLabelBottomConstraint.constant = BubbleRoomCellLayoutConstants.senderNameLabelMargins.bottom
roomCellContentView?.innerContentViewBottomContraint.constant = BubbleRoomCellLayoutConstants.innerContentViewMargins.bottom
let textMessageContentView = TextMessageBubbleCellContentView.instantiate()