mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various improvements
This commit is contained in:
@@ -149,7 +149,9 @@ final class AttachmentContainer: ASDisplayNode, ASGestureRecognizerDelegate {
|
||||
self.panGestureRecognizer = panRecognizer
|
||||
self.wrappingNode.view.addGestureRecognizer(panRecognizer)
|
||||
|
||||
self.clipNode.view.addSubview(self.pillView)
|
||||
if self.glass {
|
||||
self.clipNode.view.addSubview(self.pillView)
|
||||
}
|
||||
}
|
||||
|
||||
func cancelPanGesture() {
|
||||
|
||||
Reference in New Issue
Block a user