mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
UI Improvements
This commit is contained in:
@@ -162,7 +162,7 @@ final class MultiplexedVideoNode: ASDisplayNode, UIScrollViewDelegate {
|
||||
return strongSelf.fileAt(point: point) != nil
|
||||
}
|
||||
|
||||
self.contextContainerNode.activated = { [weak self] gesture in
|
||||
self.contextContainerNode.activated = { [weak self] gesture, _ in
|
||||
guard let strongSelf = self, let gestureLocation = gestureLocation else {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user