Prevent automated scrolling when selecting an article in the timeline

This commit is contained in:
Maurice Parker
2019-09-02 12:05:11 -05:00
parent c405fdf583
commit 746c06d147
2 changed files with 6 additions and 3 deletions

View File

@@ -270,7 +270,7 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
}
override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
coordinator.selectArticle(indexPath)
coordinator.selectArticle(indexPath, automated: false)
}
// MARK: Notifications