Rebuild the backing stores when selecting a different feed and the read feeds filter is enabled

This commit is contained in:
Maurice Parker
2021-10-21 11:55:59 -05:00
parent 19eca0e3fc
commit f93cedfca0

View File

@@ -816,6 +816,9 @@ class SceneCoordinator: NSObject, UndoableCommandRunner {
self.activityManager.selecting(feed: feed)
self.installTimelineControllerIfNecessary(animated: animations.contains(.navigation))
setTimelineFeed(feed, animated: false) {
if self.isReadFeedsFiltered {
self.rebuildBackingStores()
}
completion?()
}