Skip to content

Commit 48dcf4c

Browse files
author
Ali
committed
Always add dim color
1 parent 304be6b commit 48dcf4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

submodules/WallpaperBackgroundNode/Sources/WallpaperBackgroundNode.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +413,9 @@ final class WallpaperBackgroundNodeImpl: ASDisplayNode, WallpaperBackgroundNode
413413
self.contentNode.backgroundColor = nil
414414
needsCleanBackground = true
415415

416-
if wallpaper.isBuiltin {
416+
//if wallpaper.isBuiltin {
417417
overlayColor = selectDateFillStaticColor(theme: bubbleTheme, wallpaper: wallpaper)
418-
}
418+
//}
419419
}
420420

421421
var isInvertedGradient = false
@@ -1446,7 +1446,7 @@ final class WallpaperBackgroundNodeImpl: ASDisplayNode, WallpaperBackgroundNode
14461446
return nil
14471447
}
14481448

1449-
#if false
1449+
#if true
14501450
var sourceView: PortalSourceView?
14511451
switch type {
14521452
case .free:

0 commit comments

Comments
 (0)