mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Adjust gestures
This commit is contained in:
@@ -262,7 +262,7 @@ final class PeerSelectionControllerNode: ASDisplayNode {
|
||||
}
|
||||
}
|
||||
|
||||
self.mainContainerNode?.contentOffsetChanged = { [weak self] offset in
|
||||
self.mainContainerNode?.contentOffsetChanged = { [weak self] offset, _ in
|
||||
guard let strongSelf = self else {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user