diff --git a/submodules/WallpaperBackgroundNode/Sources/WallpaperBackgroundNode.swift b/submodules/WallpaperBackgroundNode/Sources/WallpaperBackgroundNode.swift index f53ef73a19..cdd22ea5f5 100644 --- a/submodules/WallpaperBackgroundNode/Sources/WallpaperBackgroundNode.swift +++ b/submodules/WallpaperBackgroundNode/Sources/WallpaperBackgroundNode.swift @@ -413,9 +413,9 @@ final class WallpaperBackgroundNodeImpl: ASDisplayNode, WallpaperBackgroundNode self.contentNode.backgroundColor = nil needsCleanBackground = true - if wallpaper.isBuiltin { + //if wallpaper.isBuiltin { overlayColor = selectDateFillStaticColor(theme: bubbleTheme, wallpaper: wallpaper) - } + //} } var isInvertedGradient = false diff --git a/versions.json b/versions.json index b7bed4a746..cdf88cd30b 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,5 @@ { - "app": "9.5.1", + "app": "9.5.2", "bazel": "5.3.1", "xcode": "14.2" }