Encapsulate more of the AppCoordinate API

This commit is contained in:
Maurice Parker
2019-07-06 11:32:19 -05:00
parent 15754684a4
commit 4884aebbfd
4 changed files with 44 additions and 28 deletions

View File

@@ -175,7 +175,7 @@ class MasterTimelineViewController: ProgressTableViewController, UndoableCommand
}
override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
coordinator.didSelectArticle(indexPath)
coordinator.selectArticle(indexPath)
}
// MARK: Notifications