Fix cell layout when thread root is a poll

This commit is contained in:
ismailgulek
2022-01-18 23:41:36 +03:00
parent 54d630072d
commit f9a669d457
10 changed files with 135 additions and 34 deletions
@@ -50,5 +50,6 @@ final class RoomBubbleCellLayout: NSObject {
// Threads
static let threadSummaryViewTopMargin: CGFloat = 8.0
static let threadSummaryViewHeight: CGFloat = 40.0
static let fromThreadViewTopMargin: CGFloat = 8.0
}