mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Use ImageDownloader.shared.
This commit is contained in:
@@ -748,7 +748,7 @@ private extension TimelineViewController {
|
||||
}
|
||||
|
||||
func featuredImageFor(_ article: Article) -> UIImage? {
|
||||
if let link = article.imageLink, let data = appDelegate.imageDownloader.image(for: link) {
|
||||
if let link = article.imageLink, let data = ImageDownloader.shared.image(for: link) {
|
||||
return RSImage(data: data)
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user