Force unread indicator to be redisplayed to get rid of missing unread indicators

This commit is contained in:
Maurice Parker 2019-06-25 15:43:30 -05:00
parent b877e4dc83
commit aff14b19ee
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ private extension MasterTimelineTableViewCell {
func updateUnreadIndicator() {
showOrHideView(unreadIndicatorView, cellData.read || cellData.starred)
unreadIndicatorView.setNeedsDisplay()
}
func updateStarView() {