Преглед на файлове

remove superfluous .default selectionStyle

B. Petersen преди 4 години
родител
ревизия
9c8ab6a881
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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()
     }