|
@@ -60,6 +60,7 @@ class ContactCell: UITableViewCell {
|
|
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
|
|
override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
|
|
super.init(style: style, reuseIdentifier: reuseIdentifier)
|
|
super.init(style: style, reuseIdentifier: reuseIdentifier)
|
|
selectionStyle = .none
|
|
selectionStyle = .none
|
|
|
|
+ backgroundColor = DcColors.chatBackgroundColor
|
|
contentView.backgroundColor = DcColors.chatBackgroundColor
|
|
contentView.backgroundColor = DcColors.chatBackgroundColor
|
|
setupSubviews()
|
|
setupSubviews()
|
|
}
|
|
}
|