mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Fix cell height for call tiles if read receipts displayed
This commit is contained in:
@@ -46,6 +46,9 @@ class CallBubbleCellBaseContentView: UIView {
|
||||
|
||||
@IBOutlet weak var bottomContainerView: UIView!
|
||||
|
||||
/// Inter-item spacing in the main content stack view
|
||||
let interItemSpacing: CGFloat = 8
|
||||
|
||||
var statusText: String? {
|
||||
didSet {
|
||||
dotLabel.isHidden = statusText == nil
|
||||
|
||||
Reference in New Issue
Block a user