mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[Temp] Input panel progress
This commit is contained in:
@@ -412,7 +412,7 @@ final class ChatMediaInputStickerGridItemNode: GridItemNode {
|
||||
if let interfaceInteraction = self.interfaceInteraction, let (_, item, _) = self.currentState, case .ended = recognizer.state {
|
||||
if let isLocked = self.isLocked, isLocked {
|
||||
} else {
|
||||
let _ = interfaceInteraction.sendSticker(.standalone(media: item.file), false, false, nil, false, self.view, self.bounds)
|
||||
let _ = interfaceInteraction.sendSticker(.standalone(media: item.file), false, false, nil, false, self.view, self.bounds, nil)
|
||||
self.imageNode.layer.animateAlpha(from: 0.5, to: 1.0, duration: 1.0)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user