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