mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-27 09:16:28 +00:00
Fix active glass container touch
This commit is contained in:
@@ -25,6 +25,9 @@ private final class ContentContainer: UIView {
|
||||
return nil
|
||||
}
|
||||
if result === self {
|
||||
if let gestureRecognizers = self.gestureRecognizers, !gestureRecognizers.isEmpty {
|
||||
return result
|
||||
}
|
||||
return nil
|
||||
}
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user