Remove extraneous code that was causing the unread counts to sometimes not be displayed. Issue #1711

This commit is contained in:
Maurice Parker 2020-01-27 11:28:59 -07:00
parent 72e886b709
commit 99fbd2d1a1
1 changed files with 0 additions and 1 deletions

View File

@ -691,7 +691,6 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
currentFeedIndexPath = indexPath
masterFeedViewController.updateFeedSelection(animated: animated)
emptyTheTimeline()
if deselectArticle {
selectArticle(nil)
}