Ver Fonte

Merge pull request #414 from deltachat/fix_darkmode_contact_cell

fix backgrund color for ContactCells with visible checkmarks
björn petersen há 5 anos atrás
pai
commit
fed24c0789
1 ficheiros alterados com 1 adições e 0 exclusões
  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()
     }