forked from organicmaps/organicmaps
[fix] [ios] Fixed crash on route point deletion with swipe.
This commit is contained in:
parent
1a12c0d7d2
commit
e54ef9b9c7
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue