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

View File

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