mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 23:47:01 +00:00
Fix modal hitTest
This commit is contained in:
parent
09e2e16353
commit
40911cd2dd
@ -85,7 +85,7 @@ final class NavigationOverlayContainer: ASDisplayNode {
|
||||
}
|
||||
|
||||
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
|
||||
if let result = self.controller.displayNode.hitTest(point, with: event) {
|
||||
if let result = self.controller.view.hitTest(point, with: event) {
|
||||
return result
|
||||
}
|
||||
return nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user