Add additional height in the cell for thread summary view

This commit is contained in:
ismailgulek
2021-11-09 14:46:35 +03:00
parent afaffce552
commit 8be3d29191
2 changed files with 45 additions and 0 deletions
@@ -46,4 +46,8 @@ final class RoomBubbleCellLayout: NSObject {
static let encryptedContentLeftMargin: CGFloat = 15.0
static let urlPreviewViewTopMargin: CGFloat = 8.0
// Threads
static let threadSummaryViewTopMargin: CGFloat = 8.0
}