Refer to FaviconDownloader.shared.
This commit is contained in:
parent
cd0dd240e4
commit
6eea4c31c8
|
@ -28,7 +28,7 @@ extension Account: SmallIconProvider {
|
|||
extension Feed: SmallIconProvider {
|
||||
|
||||
@MainActor var smallIcon: IconImage? {
|
||||
if let iconImage = appDelegate.faviconDownloader.favicon(for: self) {
|
||||
if let iconImage = FaviconDownloader.shared.favicon(for: self) {
|
||||
return iconImage
|
||||
}
|
||||
return FaviconGenerator.favicon(self)
|
||||
|
|
Loading…
Reference in New Issue