mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-28 19:05:49 +00:00
Fix active glass container touch
This commit is contained in:
parent
dab0ea96d4
commit
cd6a593be7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user