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() {
|
func emptyTheTimeline() {
|
||||||
if !articles.isEmpty {
|
if !articles.isEmpty {
|
||||||
replaceArticles(with: Set<Article>(), animate: true)
|
replaceArticles(with: Set<Article>(), animate: false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user