Layout fixes

This commit is contained in:
ismailgulek
2021-03-12 03:39:35 +03:00
parent 43a7ee7e10
commit 6e2b095194
2 changed files with 17 additions and 23 deletions
@@ -56,9 +56,6 @@ class CallBubbleCellBaseContentView: UIView {
} else {
callSummaryHeightConstraint.constant = Constants.callSummaryWithBottomViewHeight
}
setNeedsLayout()
layoutIfNeeded()
}
func render(_ cellData: MXKCellData) {