Remove extraneous code that was causing the unread counts to sometimes not be displayed. Issue #1711
This commit is contained in:
parent
72e886b709
commit
99fbd2d1a1
|
@ -691,7 +691,6 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
|
|||
currentFeedIndexPath = indexPath
|
||||
masterFeedViewController.updateFeedSelection(animated: animated)
|
||||
|
||||
emptyTheTimeline()
|
||||
if deselectArticle {
|
||||
selectArticle(nil)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue