Various theme editor fixes

This commit is contained in:
Ilya Laktyushin
2021-09-05 14:36:45 +03:00
parent b3ded6f7f7
commit cb2661c6be
6 changed files with 56 additions and 27 deletions

View File

@@ -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
}