Simplify the article replacement logic

This commit is contained in:
Maurice Parker
2019-09-03 16:07:02 -05:00
parent 5cb099aee6
commit 640faaa114
2 changed files with 9 additions and 20 deletions

View File

@@ -132,10 +132,6 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
resetUI()
}
func updateArticles() {
reloadAllVisibleCells()
}
func reloadArticles(animate: Bool) {
applyChanges(animate: animate) { [weak self] in
self?.updateArticleSelection(animate: animate)