mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various theme editor fixes
This commit is contained in:
@@ -332,7 +332,7 @@ class ChatMessageAnimatedStickerItemNode: ChatMessageItemView {
|
||||
return .fail
|
||||
}
|
||||
|
||||
if strongSelf.telegramFile == nil {
|
||||
if false, strongSelf.telegramFile == nil {
|
||||
if let animationNode = strongSelf.animationNode, animationNode.frame.contains(point) {
|
||||
return .waitForDoubleTap
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user