mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Fix handle hit test
This commit is contained in:
parent
6f72bcdfe8
commit
574d9feefe
@ -1572,6 +1572,12 @@ final class PeerInfoVisualMediaPaneNode: ASDisplayNode, PeerInfoPaneNode, UIScro
|
||||
return false
|
||||
}
|
||||
|
||||
if let result = strongSelf.view.hitTest(point, with: nil) {
|
||||
if result.asyncdisplaykit_node is SparseItemGridScrollingArea {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
strongSelf.currentGestureItem = item
|
||||
|
||||
return true
|
||||
|
Loading…
x
Reference in New Issue
Block a user