mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change to directly modify the avatar image instead of calling reload on the cells
This commit is contained in:
@@ -78,6 +78,10 @@ class MasterTimelineTableViewCell: UITableViewCell {
|
||||
|
||||
}
|
||||
|
||||
func setAvatarImage(_ image: UIImage) {
|
||||
avatarImageView.image = image
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// MARK: - Private
|
||||
|
||||
Reference in New Issue
Block a user