mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}*/
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user