mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-07 23:58:40 +01:00
Removed TODO that was obsolete.
This commit is contained in:
parent
f2e1d09a0c
commit
0bfd19ab30
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user