From 6c93d3bd5d1b8d41a638a74e057e0bdaa71b45d7 Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Sun, 6 Mar 2022 01:42:22 +0400 Subject: [PATCH] Trigger rebuild --- submodules/WallpaperResources/Sources/WallpaperResources.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/WallpaperResources/Sources/WallpaperResources.swift b/submodules/WallpaperResources/Sources/WallpaperResources.swift index 71a070678e..ebcabbb882 100644 --- a/submodules/WallpaperResources/Sources/WallpaperResources.swift +++ b/submodules/WallpaperResources/Sources/WallpaperResources.swift @@ -1446,7 +1446,7 @@ public func themeIconImage(account: Account, accountManager: AccountManager mapToSignal { generator -> Signal<((UIColor, UIColor?, [UInt32]), [UIColor], [UIColor], UIImage?, Bool, Bool, CGFloat, Int32?), NoError> in - let imageSize = CGSize(width: 148, height: 320) + let imageSize = CGSize(width: 148.0, height: 320.0) let imageArguments = TransformImageArguments(corners: ImageCorners(), imageSize: imageSize, boundingSize: imageSize, intrinsicInsets: UIEdgeInsets(), emptyColor: nil, custom: arguments) let context = generator?(imageArguments) let image = context?.generateImage()