Change to not animate when clearing the timeline.

This commit is contained in:
Maurice Parker 2019-11-19 16:59:53 -06:00
parent c5adb851c8
commit 7148aac925
1 changed files with 1 additions and 1 deletions

View File

@ -1377,7 +1377,7 @@ private extension SceneCoordinator {
func emptyTheTimeline() {
if !articles.isEmpty {
replaceArticles(with: Set<Article>(), animate: true)
replaceArticles(with: Set<Article>(), animate: false)
}
}