mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Tag improvements
This commit is contained in:
@@ -181,6 +181,9 @@ open class ContextControllerSourceView: UIView {
|
||||
override public init(frame: CGRect) {
|
||||
super.init(frame: frame)
|
||||
|
||||
self.isMultipleTouchEnabled = false
|
||||
self.isExclusiveTouch = true
|
||||
|
||||
let contextGesture = ContextGesture(target: self, action: nil)
|
||||
self.contextGesture = contextGesture
|
||||
self.addGestureRecognizer(contextGesture)
|
||||
|
||||
Reference in New Issue
Block a user