Merge branch 'ios-candidate' of https://github.com/Ranchero-Software/NetNewsWire into ios-candidate

This commit is contained in:
Brent Simmons 2020-01-27 22:09:28 -08:00
commit 04f4e8655b
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@ class MasterTimelineTableViewCell: VibrantTableViewCell {
commonInit()
}
override func prepareForReuse() {
unreadIndicatorView.isHidden = true
starView.isHidden = true
}
override var frame: CGRect {
didSet {
setNeedsLayout()