Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 04fb9ce

Browse files
authored
fix selection overlay disabling buttons (#2030)
1 parent 436d4f5 commit 04fb9ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/Views/SelectableCell.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ extension UIView {
1515
let view = UIView()
1616
view.backgroundColor = Styles.Colors.Gray.alphaLighter
1717
view.alpha = 0
18+
view.isUserInteractionEnabled = false
1819
addSubview(view)
1920
return view
2021
}

0 commit comments

Comments
 (0)