From 32a92f1ba8c9cf3d44c50fa687dc45bb9289588a Mon Sep 17 00:00:00 2001 From: Ali <> Date: Fri, 11 Jun 2021 11:39:29 +0400 Subject: [PATCH] Fix recent actions background --- .../TelegramUI/Sources/ChatRecentActionsControllerNode.swift | 1 + 1 file changed, 1 insertion(+) 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)