Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin 2019-10-07 16:38:43 +03:00
commit 221db9bc02

View File

@ -85,7 +85,7 @@ final class NavigationOverlayContainer: ASDisplayNode {
} }
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? { 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 result
} }
return nil return nil