mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix wallpaper preview
This commit is contained in:
@@ -220,7 +220,7 @@ final class WallpaperPatternPanelNode: ASDisplayNode {
|
||||
}
|
||||
|
||||
self.currentWallpaper = wallpaper
|
||||
self.sliderView?.value = CGFloat(intensity ?? 40)
|
||||
self.sliderView?.value = CGFloat(intensity ?? 50)
|
||||
|
||||
self.scrollNode.view.contentOffset = CGPoint()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user