Layout fixes

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