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
|
currentFeedIndexPath = indexPath
|
||||||
masterFeedViewController.updateFeedSelection(animated: animated)
|
masterFeedViewController.updateFeedSelection(animated: animated)
|
||||||
|
|
||||||
emptyTheTimeline()
|
|
||||||
if deselectArticle {
|
if deselectArticle {
|
||||||
selectArticle(nil)
|
selectArticle(nil)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user