Change to not animate when clearing the timeline.
This commit is contained in:
parent
c5adb851c8
commit
7148aac925
|
@ -1377,7 +1377,7 @@ private extension SceneCoordinator {
|
|||
|
||||
func emptyTheTimeline() {
|
||||
if !articles.isEmpty {
|
||||
replaceArticles(with: Set<Article>(), animate: true)
|
||||
replaceArticles(with: Set<Article>(), animate: false)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue