Merge branch 'main' into bsc-662-catch-up

This commit is contained in:
Bryan Culver
2022-12-01 20:54:48 -05:00

View File

@@ -888,8 +888,8 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, Logging {
if let oldTimelineFeed = preSearchTimelineFeed {
emptyTheTimeline()
timelineFeed = oldTimelineFeed
masterTimelineViewController?.reinitializeArticles(resetScroll: true)
replaceArticles(with: savedSearchArticles!, animated: true)
masterTimelineViewController?.reinitializeArticles(resetScroll: true)
} else {
setTimelineFeed(nil, animated: true)
}