center smaller avatars on a solid color background image to make all avatars a consistent size

This commit is contained in:
Maurice Parker
2019-06-14 15:33:13 -05:00
parent 46bc867241
commit 40b9be6709
16 changed files with 199 additions and 18 deletions

View File

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