mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Theme updates
This commit is contained in:
@@ -101,7 +101,7 @@ final class ChatMessageBubbleBackdrop: ASDisplayNode {
|
||||
let maskMode = self.fixedMaskMode ?? inputMaskMode
|
||||
|
||||
if self.currentType != type || self.theme != theme || self.currentMaskMode != maskMode || self.essentialGraphics !== essentialGraphics || self.backgroundNode !== backgroundNode {
|
||||
let typeUpdated = self.currentType != type
|
||||
let typeUpdated = self.currentType != type || self.theme != theme || self.currentMaskMode != maskMode || self.backgroundNode !== backgroundNode
|
||||
|
||||
self.currentType = type
|
||||
self.theme = theme
|
||||
|
||||
Reference in New Issue
Block a user