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) {
|
@objc func articleSelectionChange(_ note: Notification) {
|
||||||
|
|
||||||
if let indexPath = navState?.currentArticleIndexPath {
|
if let indexPath = navState?.currentArticleIndexPath {
|
||||||
// TODO: make this scroll like the desktop version
|
|
||||||
if tableView.indexPathForSelectedRow != indexPath {
|
if tableView.indexPathForSelectedRow != indexPath {
|
||||||
tableView.selectRow(at: indexPath, animated: true, scrollPosition: .middle)
|
tableView.selectRow(at: indexPath, animated: true, scrollPosition: .middle)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user