diff --git a/submodules/TelegramUI/Sources/ChatRecentActionsControllerNode.swift b/submodules/TelegramUI/Sources/ChatRecentActionsControllerNode.swift index 4b2926dc42..b67b076227 100644 --- a/submodules/TelegramUI/Sources/ChatRecentActionsControllerNode.swift +++ b/submodules/TelegramUI/Sources/ChatRecentActionsControllerNode.swift @@ -128,6 +128,7 @@ final class ChatRecentActionsControllerNode: ViewControllerTracingNode { super.init() self.backgroundNode.update(wallpaper: self.state.chatWallpaper) + self.backgroundNode.updateBubbleTheme(bubbleTheme: self.presentationData.theme, bubbleCorners: self.presentationData.chatBubbleCorners) self.addSubnode(self.backgroundNode) self.addSubnode(self.listNode)