Fix ThreadSummaryView.

This commit is contained in:
SBiOSoftWhare
2022-02-16 17:37:26 +01:00
parent 64294d00e3
commit bc92c6e9cc
@@ -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) {