mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add note to make this scroll like the desktop version.
This commit is contained in:
@@ -274,7 +274,10 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
|
||||
if !article.status.read {
|
||||
markArticles(Set([article]), statusKey: .read, flag: true)
|
||||
}
|
||||
tableView.selectRow(at: indexPath, animated: true, scrollPosition: .none)
|
||||
// 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