Fix recent actions background

This commit is contained in:
Ali 2021-06-11 11:39:29 +04:00
parent d0d06bc650
commit 32a92f1ba8

View File

@ -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)