BubbleRoomTimelineCellDecorator: Update threading view top margin.

This commit is contained in:
SBiOSoftWhare
2022-02-03 17:37:24 +01:00
parent b04bafcad7
commit 0467dae350
@@ -262,7 +262,7 @@ class BubbleRoomTimelineCellDecorator: PlainRoomTimelineCellDecorator {
constant: -rightMargin)
}
let topMargin = RoomBubbleCellLayout.threadSummaryViewTopMargin
let topMargin = RoomBubbleCellLayout.threadSummaryViewTopMargin + 15.0
let height = ThreadSummaryView.contentViewHeight(forThread: threadSummaryView.thread,
fitting: cellData.maxTextViewWidth)