Browse Source

fix backgrund color for ContactCells with visible checkmarks

cyberta 5 năm trước cách đây
mục cha
commit
ad1baf8fe8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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()
     }