Browse Source

remove superfluous .default selectionStyle

B. Petersen 4 năm trước cách đây
mục cha
commit
9c8ab6a881
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      deltachat-ios/View/ContactCell.swift

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

@@ -143,7 +143,6 @@ class ContactCell: UITableViewCell {
     override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
         super.init(style: style, reuseIdentifier: reuseIdentifier)
         setupSubviews()
-        selectionStyle = .default
         configureCompressionPriority()
     }