Load images asyncronously from disk

Changelog-Fixed: Fix hitches caused by syncronous loading of cached images
This commit is contained in:
William Casarin
2023-04-12 13:34:21 -07:00
parent c719058487
commit e9f71ed07c

View File

@@ -22,6 +22,7 @@ extension KFOptionSetter {
maxSize: imageContext.maxMebibyteSize(),
downsampleSize: imageContext.downsampleSize()
)
options.loadDiskFileSynchronously = false
options.backgroundDecode = true
options.cacheOriginalImage = true
options.scaleFactor = UIScreen.main.scale