[fix] [ios] Fixed crash on route point deletion with swipe.

This commit is contained in:
Ilya Grechuhin 2017-09-14 14:00:24 +03:00 committed by Vlad Mihaylenko
parent 1a12c0d7d2
commit e54ef9b9c7

View file

@ -253,7 +253,6 @@ final class RouteManagerViewController: MWMViewController, UITableViewDataSource
func tableView(_ tableView: UITableView, commit _: UITableViewCellEditingStyle, forRowAt indexPath: IndexPath) {
viewModel.deletePoint(at: indexPath.row)
tableView.deleteRows(at: [indexPath], with: .automatic)
}
// MARK: - UITableViewDelegate