We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2b482 commit 826db1dCopy full SHA for 826db1d
WordPress/Classes/ViewRelated/Reader/ReaderPostCellViewModel.swift
@@ -55,7 +55,7 @@ final class ReaderPostCellViewModel {
55
if isP2 {
56
self.avatarURL = post.authorAvatarURL.flatMap(URL.init)
57
} else if let avatarURL = post.siteIconForDisplay(ofSize: Int(ReaderPostCell.avatarSize)) {
58
- self.avatarURL = avatarURL
+ self.avatarURL = avatarURL
59
} else if let blogURL = post.blogURL.flatMap(URL.init) {
60
if let faviconURL = FaviconService.shared.cachedFavicon(forURL: blogURL) {
61
self.avatarURL = faviconURL
0 commit comments