diff --git a/WireGuard/WireGuard/UI/iOS/ViewController/TunnelDetailTableViewController.swift b/WireGuard/WireGuard/UI/iOS/ViewController/TunnelDetailTableViewController.swift index f65ca23..7ed019b 100644 --- a/WireGuard/WireGuard/UI/iOS/ViewController/TunnelDetailTableViewController.swift +++ b/WireGuard/WireGuard/UI/iOS/ViewController/TunnelDetailTableViewController.swift @@ -160,7 +160,7 @@ class TunnelDetailTableViewController: UITableViewController { modifiedIndexPaths.append(IndexPath(row: row, section: section)) } if !modifiedIndexPaths.isEmpty { - tableView.reloadRows(at: modifiedIndexPaths, with: .automatic) + tableView.reloadRows(at: modifiedIndexPaths, with: .none) } var removedIndexPaths = [IndexPath]()