mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-29 19:35:08 +00:00
No need for additional tint
This commit is contained in:
parent
a9dcac6621
commit
8ba58d97a9
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user