mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Always add dim color
This commit is contained in:
parent
304be6b28d
commit
48dcf4c9a2
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
@ -1446,7 +1446,7 @@ final class WallpaperBackgroundNodeImpl: ASDisplayNode, WallpaperBackgroundNode
|
|||
return nil
|
||||
}
|
||||
|
||||
#if false
|
||||
#if true
|
||||
var sourceView: PortalSourceView?
|
||||
switch type {
|
||||
case .free:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue