Skip to content

Commit

Permalink
Always add dim color
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali committed Mar 10, 2023
1 parent 304be6b commit 48dcf4c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1446,7 +1446,7 @@ final class WallpaperBackgroundNodeImpl: ASDisplayNode, WallpaperBackgroundNode
return nil
}

#if false
#if true
var sourceView: PortalSourceView?
switch type {
case .free:
Expand Down

0 comments on commit 48dcf4c

Please sign in to comment.