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() {
|
||||
showOrHideView(unreadIndicatorView, cellData.read || cellData.starred)
|
||||
unreadIndicatorView.setNeedsDisplay()
|
||||
}
|
||||
|
||||
func updateStarView() {
|
||||
|
|
Loading…
Reference in New Issue