Cloud themes improvements

This commit is contained in:
Ilya Laktyushin
2019-08-29 05:31:34 +03:00
parent 4ac24e4369
commit f3db3a29b0
64 changed files with 3452 additions and 3048 deletions

View File

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