浏览代码

fix backgrund color for ContactCells with visible checkmarks

cyberta 5 年之前
父节点
当前提交
ad1baf8fe8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deltachat-ios/View/ContactCell.swift

+ 1 - 0
deltachat-ios/View/ContactCell.swift

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