Merge branch 'beta'

# Conflicts:
#	submodules/WallpaperBackgroundNode/Sources/WallpaperBackgroundNode.swift
This commit is contained in:
Ali 2023-03-10 13:50:49 +04:00
commit a11cf79891
2 changed files with 3 additions and 3 deletions

View File

@ -413,9 +413,9 @@ final class WallpaperBackgroundNodeImpl: ASDisplayNode, WallpaperBackgroundNode
self.contentNode.backgroundColor = nil self.contentNode.backgroundColor = nil
needsCleanBackground = true needsCleanBackground = true
if wallpaper.isBuiltin { //if wallpaper.isBuiltin {
overlayColor = selectDateFillStaticColor(theme: bubbleTheme, wallpaper: wallpaper) overlayColor = selectDateFillStaticColor(theme: bubbleTheme, wallpaper: wallpaper)
} //}
} }
var isInvertedGradient = false var isInvertedGradient = false

View File

@ -1,5 +1,5 @@
{ {
"app": "9.5.1", "app": "9.5.2",
"bazel": "5.3.1", "bazel": "5.3.1",
"xcode": "14.2" "xcode": "14.2"
} }