mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-10 17:02:54 +01:00
Change to animate search results changes
This commit is contained in:
parent
2e71cc573d
commit
2a00c879f8
@ -1066,7 +1066,7 @@ private extension SceneCoordinator {
|
||||
return
|
||||
}
|
||||
fetchUnsortedArticlesAsync(for: [timelineFetcher]) { [weak self] (articles) in
|
||||
self?.replaceArticles(with: articles, animate: false)
|
||||
self?.replaceArticles(with: articles, animate: true)
|
||||
completion()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user