Change to animate search results changes

This commit is contained in:
Maurice Parker 2019-09-03 12:12:42 -05:00
parent 2e71cc573d
commit 2a00c879f8

View File

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