Fix ThreadSummaryView.

This commit is contained in:
SBiOSoftWhare
2022-02-16 17:37:26 +01:00
parent 8fe32f86ef
commit c18100b154
@@ -62,7 +62,7 @@ class ThreadSummaryView: UIView {
}
static func contentViewHeight(forThread thread: MXThreadProtocol?, fitting maxWidth: CGFloat) -> CGFloat {
return RoomBubbleCellLayout.threadSummaryViewHeight
return PlainRoomCellLayoutConstants.threadSummaryViewHeight
}
required init?(coder: NSCoder) {