Merge branch 'ios-candidate' of https://github.com/Ranchero-Software/NetNewsWire into ios-candidate
This commit is contained in:
commit
04f4e8655b
|
@ -34,6 +34,11 @@ class MasterTimelineTableViewCell: VibrantTableViewCell {
|
||||||
commonInit()
|
commonInit()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override func prepareForReuse() {
|
||||||
|
unreadIndicatorView.isHidden = true
|
||||||
|
starView.isHidden = true
|
||||||
|
}
|
||||||
|
|
||||||
override var frame: CGRect {
|
override var frame: CGRect {
|
||||||
didSet {
|
didSet {
|
||||||
setNeedsLayout()
|
setNeedsLayout()
|
||||||
|
|
Loading…
Reference in New Issue