Update the UI in the correct order. Fixes #3761.

This commit is contained in:
Maurice Parker
2022-11-28 20:01:12 -06:00
parent 7c9ac3d712
commit c3ddf2b46c

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)
}