diff --git a/Riot/Modules/Room/Views/BubbleCells/Styles/Bubble/BubbleRoomCellLayoutUpdater.swift b/Riot/Modules/Room/Views/BubbleCells/Styles/Bubble/BubbleRoomCellLayoutUpdater.swift index 0fff0b76f..4cd22c10b 100644 --- a/Riot/Modules/Room/Views/BubbleCells/Styles/Bubble/BubbleRoomCellLayoutUpdater.swift +++ b/Riot/Modules/Room/Views/BubbleCells/Styles/Bubble/BubbleRoomCellLayoutUpdater.swift @@ -218,7 +218,7 @@ class BubbleRoomCellLayoutUpdater: RoomCellLayoutUpdating { cell.msgTextViewLeadingConstraint = leftConstraint cell.msgTextViewTrailingConstraint = rightConstraint - cell.msgTextViewBottomConstraint.constant = messageViewMargins.bottom + cell.msgTextViewBottomConstraint.constant += messageViewMargins.bottom } // MARK: File attachment