mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Prevent star image from distorting.
This commit is contained in:
@@ -25,7 +25,7 @@ class MasterTimelineTableViewCell: UITableViewCell {
|
||||
}()
|
||||
|
||||
private lazy var starView = {
|
||||
return UIImageView(image: AppAssets.timelineStarImage)
|
||||
return NonIntrinsicImageView(image: AppAssets.timelineStarImage)
|
||||
}()
|
||||
|
||||
private lazy var textFields = {
|
||||
|
||||
Reference in New Issue
Block a user