RoomCellLayoutUpdating: Add maximum text width calculation.

This commit is contained in:
SBiOSoftWhare
2022-02-09 12:33:24 +01:00
parent f91309a2aa
commit 2e1dcf361d
@@ -29,4 +29,6 @@ protocol RoomCellLayoutUpdating: Themable {
func setupLayout(forOutgoingFileAttachmentCell cell: MXKRoomBubbleTableViewCell)
func updateLayout(forSelectedStickerCell cell: RoomSelectedStickerBubbleCell)
func maximumTextViewWidth(for cell: MXKRoomBubbleTableViewCell, cellData: MXKCellData, maximumCellWidth: CGFloat) -> CGFloat
}