From 99fbd2d1a144e6ebcb1bf5fdfa76b1ffb936c728 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 27 Jan 2020 11:28:59 -0700 Subject: [PATCH] Remove extraneous code that was causing the unread counts to sometimes not be displayed. Issue #1711 --- iOS/SceneCoordinator.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/iOS/SceneCoordinator.swift b/iOS/SceneCoordinator.swift index f159b9fc8..a630ce626 100644 --- a/iOS/SceneCoordinator.swift +++ b/iOS/SceneCoordinator.swift @@ -691,7 +691,6 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider { currentFeedIndexPath = indexPath masterFeedViewController.updateFeedSelection(animated: animated) - emptyTheTimeline() if deselectArticle { selectArticle(nil) }