fix(mobile): actually load original image (#25646)

fix decoding
This commit is contained in:
Mert 2026-01-28 16:14:37 -05:00 committed by GitHub
parent c6defd453b
commit e07a91f9c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,7 @@ class RemoteImageApiDelegate: NSObject, URLSessionDataDelegate {
kCGImageSourceShouldCache: false,
kCGImageSourceShouldCacheImmediately: true,
kCGImageSourceCreateThumbnailWithTransform: true,
kCGImageSourceCreateThumbnailFromImageAlways: true
] as CFDictionary
func urlSession(