mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-25 01:01:21 +01:00
Make sure self.postDidLoadFaviconNotification() is always called after a download attempt
Otherwise the rest of the favicon URLs won't be tried.
This commit is contained in:
parent
24634dfaaa
commit
f690bba775
@ -85,8 +85,9 @@ private extension SingleFaviconDownloader {
|
|||||||
|
|
||||||
if let image = image {
|
if let image = image {
|
||||||
self.iconImage = IconImage(image)
|
self.iconImage = IconImage(image)
|
||||||
self.postDidLoadFaviconNotification()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self.postDidLoadFaviconNotification()
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user