mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Voice Chat UI improvements
This commit is contained in:
@@ -336,7 +336,7 @@ final class ChatMediaInputStickerGridItemNode: GridItemNode {
|
||||
return
|
||||
}
|
||||
if let interfaceInteraction = self.interfaceInteraction, let (_, item, _) = self.currentState, case .ended = recognizer.state {
|
||||
let _ = interfaceInteraction.sendSticker(.standalone(media: item.file), false, self, self.bounds)
|
||||
let _ = interfaceInteraction.sendSticker(.standalone(media: item.file), nil, false, self, self.bounds)
|
||||
self.imageNode.layer.animateAlpha(from: 0.5, to: 1.0, duration: 1.0)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user