diff --git a/iOS/MasterFeed/MasterFeedViewController.swift b/iOS/MasterFeed/MasterFeedViewController.swift index 65ffa17e0..0bcb60028 100644 --- a/iOS/MasterFeed/MasterFeedViewController.swift +++ b/iOS/MasterFeed/MasterFeedViewController.swift @@ -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