mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Cloud themes improvements
This commit is contained in:
@@ -116,7 +116,7 @@ public final class ThemePreviewController: ViewController {
|
||||
|> take(1)
|
||||
|> map { theme in
|
||||
if let theme = theme {
|
||||
return .cloud(theme)
|
||||
return .cloud(PresentationCloudTheme(theme: theme, resolvedWallpaper: nil))
|
||||
} else {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user