This commit is contained in:
Ali
2020-05-15 21:07:58 +04:00
parent a8edee1d6d
commit f887d87115
3 changed files with 11 additions and 5 deletions

View File

@@ -669,7 +669,7 @@ class ChatMessageDateAndStatusNode: ASDisplayNode {
}
}
if !strongSelf.reactionNodes.isEmpty {
/*if !strongSelf.reactionNodes.isEmpty {
if strongSelf.reactionButtonNode == nil {
let reactionButtonNode = HighlightTrackingButtonNode()
strongSelf.reactionButtonNode = reactionButtonNode
@@ -695,7 +695,7 @@ class ChatMessageDateAndStatusNode: ASDisplayNode {
} else if let reactionButtonNode = strongSelf.reactionButtonNode {
strongSelf.reactionButtonNode = nil
reactionButtonNode.removeFromSupernode()
}
}*/
}
})
}