Removed the incorrect swipe actions

pull/1004/head
Morgan Pretty 8 months ago
parent 65f70ff1e3
commit ea1394225e

@ -489,19 +489,4 @@ extension GlobalSearchViewController {
return cell
}
}
public func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? {
guard self.searchResultSet.state == .defaultContacts else { return nil }
return UIContextualAction.configuration(
for: UIContextualAction.generateSwipeActions(
[ .block, .delete ],
for: .trailing,
indexPath: indexPath,
tableView: tableView,
threadViewModel: self.searchResultSet.data[indexPath.section].elements[indexPath.row],
viewController: self
)
)
}
}

Loading…
Cancel
Save