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 {
|
||||
self.iconImage = IconImage(image)
|
||||
self.postDidLoadFaviconNotification()
|
||||
}
|
||||
|
||||
self.postDidLoadFaviconNotification()
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue