Don't try to scale the favicon for the master feed list.

This commit is contained in:
Maurice Parker
2019-10-31 15:25:45 -05:00
parent 3dd533ed0d
commit 0c32e8de14
2 changed files with 2 additions and 2 deletions

View File

@@ -654,7 +654,7 @@ private extension MasterFeedViewController {
return feedIconImage
}
if let faviconImage = appDelegate.faviconDownloader.faviconAsAvatar(for: feed) {
if let faviconImage = appDelegate.faviconDownloader.favicon(for: feed) {
return faviconImage
}