Fix ChatReplyCountItem background

This commit is contained in:
Ali 2023-03-24 13:38:28 +04:00
parent e447b8e7a4
commit 5f5d6acab8

View File

@ -162,7 +162,7 @@ class ChatReplyCountItemNode: ListViewItemNode {
if strongSelf.backgroundNode == nil { if strongSelf.backgroundNode == nil {
if let backgroundNode = item.controllerInteraction.presentationContext.backgroundNode?.makeBubbleBackground(for: .free) { if let backgroundNode = item.controllerInteraction.presentationContext.backgroundNode?.makeBubbleBackground(for: .free) {
strongSelf.backgroundNode = backgroundNode strongSelf.backgroundNode = backgroundNode
backgroundNode.addSubnode(strongSelf.backgroundColorNode) //backgroundNode.addSubnode(strongSelf.backgroundColorNode)
strongSelf.insertSubnode(backgroundNode, at: 0) strongSelf.insertSubnode(backgroundNode, at: 0)
} }
} }