No need for additional tint

This commit is contained in:
Ali 2023-03-10 22:29:00 +04:00
parent a9dcac6621
commit 8ba58d97a9

View File

@ -343,7 +343,7 @@ class ChatMessageActionBubbleContentNode: ChatMessageBubbleContentNode {
if item.controllerInteraction.presentationContext.backgroundNode?.hasExtraBubbleBackground() == true { if item.controllerInteraction.presentationContext.backgroundNode?.hasExtraBubbleBackground() == true {
strongSelf.backgroundColorNode.isHidden = true strongSelf.backgroundColorNode.isHidden = true
} else { } else {
strongSelf.backgroundColorNode.isHidden = false strongSelf.backgroundColorNode.isHidden = true
} }
} else { } else {
if strongSelf.backgroundMaskNode.supernode == nil { if strongSelf.backgroundMaskNode.supernode == nil {