Video message recording improvements

This commit is contained in:
Ilya Laktyushin
2024-01-14 22:49:02 +04:00
parent 3f6ac92df7
commit 5b1352affe
8 changed files with 144 additions and 58 deletions

View File

@@ -88,6 +88,8 @@ public final class PlainButtonComponent: Component {
override init(frame: CGRect) {
super.init(frame: frame)
self.isExclusiveTouch = true
self.contentContainer.isUserInteractionEnabled = false
self.addSubview(self.contentContainer)