mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Camera and media editor improvements
This commit is contained in:
@@ -149,6 +149,7 @@ public final class Button: Component {
|
||||
override init(frame: CGRect) {
|
||||
self.contentView = ComponentHostView<Empty>()
|
||||
self.contentView.isUserInteractionEnabled = false
|
||||
self.contentView.layer.allowsGroupOpacity = true
|
||||
|
||||
super.init(frame: frame)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user