mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-23 15:50:26 +01:00
Force unread indicator to be redisplayed to get rid of missing unread indicators
This commit is contained in:
parent
b877e4dc83
commit
aff14b19ee
@ -179,6 +179,7 @@ private extension MasterTimelineTableViewCell {
|
|||||||
|
|
||||||
func updateUnreadIndicator() {
|
func updateUnreadIndicator() {
|
||||||
showOrHideView(unreadIndicatorView, cellData.read || cellData.starred)
|
showOrHideView(unreadIndicatorView, cellData.read || cellData.starred)
|
||||||
|
unreadIndicatorView.setNeedsDisplay()
|
||||||
}
|
}
|
||||||
|
|
||||||
func updateStarView() {
|
func updateStarView() {
|
||||||
|
Loading…
Reference in New Issue
Block a user