Update Kingfisher to 8.3.1
Changelog-Changed: Updated image cache for better stability Closes: https://github.com/damus-io/damus/issues/2899 Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
This commit is contained in:
@@ -354,7 +354,7 @@ func preload_image(url: URL) {
|
||||
|
||||
//print("Preloading image \(url.absoluteString)")
|
||||
|
||||
KingfisherManager.shared.retrieveImage(with: Kingfisher.ImageResource(downloadURL: url)) { val in
|
||||
KingfisherManager.shared.retrieveImage(with: Kingfisher.KF.ImageResource(downloadURL: url)) { val in
|
||||
//print("Preloaded image \(url.absoluteString)")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user