mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Gradient updates
This commit is contained in:
@@ -28,7 +28,7 @@ final class ChatImportStatusPanel: ASDisplayNode {
|
||||
if self.theme !== presentationData.theme.theme {
|
||||
self.theme = presentationData.theme.theme
|
||||
|
||||
let graphics = PresentationResourcesChat.principalGraphics(mediaBox: context.account.postbox.mediaBox, knockoutWallpaper: context.sharedContext.immediateExperimentalUISettings.knockoutWallpaper, theme: presentationData.theme.theme, wallpaper: presentationData.theme.wallpaper, bubbleCorners: presentationData.chatBubbleCorners)
|
||||
let graphics = PresentationResourcesChat.principalGraphics(theme: presentationData.theme.theme, wallpaper: presentationData.theme.wallpaper, bubbleCorners: presentationData.chatBubbleCorners)
|
||||
self.backgroundNode.image = graphics.dateFloatingBackground
|
||||
self.secondaryBackgroundNode.image = graphics.dateFloatingBackground
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user