mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-05 10:50:54 +00:00
No need for additional tint
This commit is contained in:
@@ -343,7 +343,7 @@ class ChatMessageActionBubbleContentNode: ChatMessageBubbleContentNode {
|
||||
if item.controllerInteraction.presentationContext.backgroundNode?.hasExtraBubbleBackground() == true {
|
||||
strongSelf.backgroundColorNode.isHidden = true
|
||||
} else {
|
||||
strongSelf.backgroundColorNode.isHidden = false
|
||||
strongSelf.backgroundColorNode.isHidden = true
|
||||
}
|
||||
} else {
|
||||
if strongSelf.backgroundMaskNode.supernode == nil {
|
||||
|
||||
Reference in New Issue
Block a user