diff --git a/iOS/MasterFeed/MasterFeedViewController.swift b/iOS/MasterFeed/MasterFeedViewController.swift index 390890c06..bb4c91b14 100644 --- a/iOS/MasterFeed/MasterFeedViewController.swift +++ b/iOS/MasterFeed/MasterFeedViewController.swift @@ -296,16 +296,16 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner { } - override func tableView(_ tableView: UITableView, contextMenuConfigurationForRowAt indexPath: IndexPath, point: CGPoint) -> UIContextMenuConfiguration? { - guard let node = coordinator.nodeFor(indexPath), !(node.representedObject is PseudoFeed) else { - return nil - } - if node.representedObject is Feed { - return makeFeedContextMenu(indexPath: indexPath, includeDeleteRename: true) - } else { - return makeFolderContextMenu(indexPath: indexPath) - } - } +// override func tableView(_ tableView: UITableView, contextMenuConfigurationForRowAt indexPath: IndexPath, point: CGPoint) -> UIContextMenuConfiguration? { +// guard let node = coordinator.nodeFor(indexPath), !(node.representedObject is PseudoFeed) else { +// return nil +// } +// if node.representedObject is Feed { +// return makeFeedContextMenu(indexPath: indexPath, includeDeleteRename: true) +// } else { +// return makeFolderContextMenu(indexPath: indexPath) +// } +// } override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { coordinator.selectFeed(indexPath)