Remove content mode from avatar as they are prescaled.

This commit is contained in:
Maurice Parker 2019-04-27 09:47:36 -05:00
parent 6355e3f007
commit b62565f651

View File

@ -19,9 +19,7 @@ class MasterTimelineTableViewCell: UITableViewCell {
private let feedNameView = MasterTimelineTableViewCell.singleLineUILabel()
private lazy var avatarImageView: UIImageView = {
let imageView = NonIntrinsicImageView(image: AppAssets.feedImage)
imageView.contentMode = .scaleAspectFit
return imageView
return NonIntrinsicImageView(image: AppAssets.feedImage)
}()
private lazy var starView = {