mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Add stickerpack strip expansion
This commit is contained in:
@@ -1220,7 +1220,7 @@ public final class ChatListNode: ListView {
|
||||
}
|
||||
var startedScrollingAtUpperBound = false
|
||||
|
||||
self.beganInteractiveDragging = { [weak self] in
|
||||
self.beganInteractiveDragging = { [weak self] _ in
|
||||
guard let strongSelf = self else {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user