Change to use Favicon generator.

This commit is contained in:
Maurice Parker
2019-11-12 15:36:03 -06:00
parent 0d2583948a
commit c366a55cb5
5 changed files with 3 additions and 14 deletions

View File

@@ -22,11 +22,7 @@ extension Feed: SmallIconProvider {
if let iconImage = appDelegate.faviconDownloader.favicon(for: self) {
return iconImage
}
#if os(macOS)
return AppAssets.genericFeedImage
#else
return FaviconGenerator.favicon(self)
#endif
}
}