Removed TODO that was obsolete.

This commit is contained in:
Maurice Parker 2019-04-22 14:50:34 -05:00
parent f2e1d09a0c
commit 0bfd19ab30
1 changed files with 0 additions and 1 deletions

View File

@ -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)
}