Fix touches not reaching tableview cell on notification filters
This commit is contained in:
parent
25cd3b4815
commit
6471316d46
@ -53,7 +53,8 @@ class NotificationRequestTableViewCell: UITableViewCell {
|
||||
labelStackView.axis = .vertical
|
||||
labelStackView.alignment = .leading
|
||||
labelStackView.spacing = 4
|
||||
|
||||
labelStackView.isUserInteractionEnabled = false
|
||||
|
||||
acceptNotificationRequestButton = HighlightDimmableButton()
|
||||
acceptNotificationRequestButton.translatesAutoresizingMaskIntoConstraints = false
|
||||
acceptNotificationRequestButton.titleLabel?.font = UIFont.systemFont(ofSize: 17, weight: .semibold)
|
||||
@ -117,6 +118,7 @@ class NotificationRequestTableViewCell: UITableViewCell {
|
||||
avatarStackView.axis = .horizontal
|
||||
avatarStackView.alignment = .center
|
||||
avatarStackView.spacing = 12
|
||||
avatarStackView.isUserInteractionEnabled = false
|
||||
|
||||
contentStackView = UIStackView(arrangedSubviews: [avatarStackView, buttonStackView])
|
||||
contentStackView.translatesAutoresizingMaskIntoConstraints = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user