From aff14b19ee0fdc241705b85db4dc253c83a1b155 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 25 Jun 2019 15:43:30 -0500 Subject: [PATCH] Force unread indicator to be redisplayed to get rid of missing unread indicators --- iOS/MasterTimeline/Cell/MasterTimelineTableViewCell.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/iOS/MasterTimeline/Cell/MasterTimelineTableViewCell.swift b/iOS/MasterTimeline/Cell/MasterTimelineTableViewCell.swift index d87dddece..adfe89aea 100644 --- a/iOS/MasterTimeline/Cell/MasterTimelineTableViewCell.swift +++ b/iOS/MasterTimeline/Cell/MasterTimelineTableViewCell.swift @@ -179,6 +179,7 @@ private extension MasterTimelineTableViewCell { func updateUnreadIndicator() { showOrHideView(unreadIndicatorView, cellData.read || cellData.starred) + unreadIndicatorView.setNeedsDisplay() } func updateStarView() {