diff --git a/iOS/Timeline/MasterTimelineViewController.swift b/iOS/Timeline/MasterTimelineViewController.swift index d2ad3498d..618c93383 100644 --- a/iOS/Timeline/MasterTimelineViewController.swift +++ b/iOS/Timeline/MasterTimelineViewController.swift @@ -271,7 +271,6 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner @objc func articleSelectionChange(_ note: Notification) { if let indexPath = navState?.currentArticleIndexPath { - // TODO: make this scroll like the desktop version if tableView.indexPathForSelectedRow != indexPath { tableView.selectRow(at: indexPath, animated: true, scrollPosition: .middle) }