Removed extraneous row selection.

This commit is contained in:
Maurice Parker 2019-11-03 19:44:13 -06:00
parent ac06175170
commit 274950a500
1 changed files with 0 additions and 1 deletions

View File

@ -500,7 +500,6 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
}
if let indexPath = dataSource.indexPath(for: node) {
tableView.selectRowAndScrollIfNotVisible(at: indexPath, animated: true)
coordinator.selectFeed(indexPath, animated: animated)
completion?()
return