mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Add stickerpack strip expansion
This commit is contained in:
@@ -263,7 +263,7 @@ final class OverlayAudioPlayerControllerNode: ViewControllerTracingNode, UIGestu
|
||||
self.contentNode.addSubnode(self.historyNode)
|
||||
self.contentNode.addSubnode(self.controlsNode)
|
||||
|
||||
self.historyNode.beganInteractiveDragging = { [weak self] in
|
||||
self.historyNode.beganInteractiveDragging = { [weak self] _ in
|
||||
self?.controlsNode.collapse()
|
||||
}
|
||||
|
||||
@@ -628,7 +628,7 @@ final class OverlayAudioPlayerControllerNode: ViewControllerTracingNode, UIGestu
|
||||
}
|
||||
}
|
||||
|
||||
self.historyNode.beganInteractiveDragging = { [weak self] in
|
||||
self.historyNode.beganInteractiveDragging = { [weak self] _ in
|
||||
self?.controlsNode.collapse()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user