Trigger rebuild

This commit is contained in:
Ilya Laktyushin 2022-03-06 01:42:22 +04:00
parent 3bc042eb90
commit 6c93d3bd5d

View File

@ -1446,7 +1446,7 @@ public func themeIconImage(account: Account, accountManager: AccountManager<Tele
return patternWallpaperImage(account: account, accountManager: accountManager, representations: convertedPreviewRepresentations, mode: .thumbnail, autoFetchFullSize: true)
|> 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()