mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Removed TODO that was obsolete.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user