Message bubbles: Fix incoming attachment leading margin.

This commit is contained in:
SBiOSoftWhare
2022-02-18 16:04:56 +01:00
parent 9a800343ef
commit 14f0357920
3 changed files with 13 additions and 1 deletions
@@ -26,6 +26,8 @@ protocol RoomCellLayoutUpdating: Themable {
func setupLayout(forOutgoingTextMessageCell cell: MXKRoomBubbleTableViewCell)
func setupLayout(forIncomingFileAttachmentCell cell: MXKRoomBubbleTableViewCell)
func setupLayout(forOutgoingFileAttachmentCell cell: MXKRoomBubbleTableViewCell)
func updateLayout(forSelectedStickerCell cell: RoomSelectedStickerBubbleCell)