Clear the saved middle position when emptying the timeline. Issue #1464

This commit is contained in:
Maurice Parker 2019-12-24 17:55:56 -07:00
parent 61370dd04d
commit 84d1ccadfd
1 changed files with 1 additions and 0 deletions

View File

@ -1551,6 +1551,7 @@ private extension SceneCoordinator {
func emptyTheTimeline() {
if !articles.isEmpty {
timelineMiddleIndexPath = nil
replaceArticles(with: Set<Article>(), animated: false)
}
}