Layout fixes

This commit is contained in:
ismailgulek
2021-03-12 03:39:35 +03:00
parent cc08564cd5
commit 4fe1143e21
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) {