Fix blurred components appearance

This commit is contained in:
Ali
2023-03-13 16:06:07 +04:00
parent 8380e87571
commit ef49e3de9c
6 changed files with 27 additions and 19 deletions

View File

@@ -572,7 +572,7 @@ private final class WallpaperBlurNode: ASDisplayNode {
super.init()
self.addSubnode(self.colorNode)
//self.addSubnode(self.colorNode)
}
func update(rect: CGRect, within size: CGSize, color: UIColor, wallpaperNode: WallpaperBackgroundNode?, transition: ContainedViewLayoutTransition) {