mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Rebuild the backing stores when selecting a different feed and the read feeds filter is enabled
This commit is contained in:
@@ -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?()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user