mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Check if node is backed by a view
This commit is contained in:
@@ -681,7 +681,9 @@ open class ListView: ASDisplayNode, UIScrollViewAccessibilityDelegate, UIGesture
|
||||
self.beganInteractiveDragging()
|
||||
|
||||
for itemNode in self.itemNodes {
|
||||
cancelContextGestures(view: itemNode.view)
|
||||
if !itemNode.isLayerBacked {
|
||||
cancelContextGestures(view: itemNode.view)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user