Various improvements

This commit is contained in:
isaac 2026-04-28 16:58:04 +04:00
parent 51a7348db6
commit 027ac77ad7
19 changed files with 263 additions and 86 deletions

View file

@ -2958,7 +2958,7 @@ extension Customoji {
if let cg = (image as UIImage).cgImage { return cg }
var rendered: CGImage?
let work = { rendered = renderCGImage(image as! UIImage) }
let work = { rendered = renderCGImage(image) }
if Thread.isMainThread {
work()
} else {