mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 11:20:18 +00:00
Fix recent actions background
This commit is contained in:
parent
d0d06bc650
commit
32a92f1ba8
@ -128,6 +128,7 @@ final class ChatRecentActionsControllerNode: ViewControllerTracingNode {
|
|||||||
super.init()
|
super.init()
|
||||||
|
|
||||||
self.backgroundNode.update(wallpaper: self.state.chatWallpaper)
|
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.backgroundNode)
|
||||||
self.addSubnode(self.listNode)
|
self.addSubnode(self.listNode)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user