Refer to AuthorAvatarDownloader.shared.
This commit is contained in:
parent
45139866c3
commit
cd0dd240e4
|
@ -904,7 +904,7 @@ extension TimelineViewController: NSTableViewDelegate {
|
|||
}
|
||||
|
||||
private func avatarForAuthor(_ author: Author) -> IconImage? {
|
||||
return appDelegate.authorAvatarDownloader.image(for: author)
|
||||
return AuthorAvatarDownloader.shared.image(for: author)
|
||||
}
|
||||
|
||||
private func makeTimelineCellEmpty(_ cell: TimelineTableCellView) {
|
||||
|
|
Loading…
Reference in New Issue