mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -51,6 +51,9 @@ final class NotificationContainerControllerNode: ASDisplayNode {
|
||||
}
|
||||
|
||||
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
|
||||
if self.alpha == 0.0 {
|
||||
return nil
|
||||
}
|
||||
if let (_, blockingItemNode) = self.blockingItemAndNode {
|
||||
return blockingItemNode.hitTest(point, with: event)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user