Begin refactor of Timeline to use Combine fully

This commit is contained in:
Maurice Parker
2020-07-24 21:05:30 -05:00
parent c5d040fa97
commit 953c22f605
6 changed files with 303 additions and 626 deletions

View File

@@ -80,9 +80,9 @@ class WebViewController: NSViewController {
statusBarView.heightAnchor.constraint(equalToConstant: 20)
])
selectedArticlesCancellable = sceneModel?.timelineModel.$selectedArticles.sink { [weak self] articles in
self?.articles = articles
}
// selectedArticlesCancellable = sceneModel?.timelineModel.$selectedArticles.sink { [weak self] articles in
// self?.articles = articles
// }
}
// MARK: Notifications