iOS: Tunnel detail: Turn off animation when showing fields changing
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
@@ -160,7 +160,7 @@ class TunnelDetailTableViewController: UITableViewController {
|
|||||||
modifiedIndexPaths.append(IndexPath(row: row, section: section))
|
modifiedIndexPaths.append(IndexPath(row: row, section: section))
|
||||||
}
|
}
|
||||||
if !modifiedIndexPaths.isEmpty {
|
if !modifiedIndexPaths.isEmpty {
|
||||||
tableView.reloadRows(at: modifiedIndexPaths, with: .automatic)
|
tableView.reloadRows(at: modifiedIndexPaths, with: .none)
|
||||||
}
|
}
|
||||||
|
|
||||||
var removedIndexPaths = [IndexPath]()
|
var removedIndexPaths = [IndexPath]()
|
||||||
|
|||||||
Reference in New Issue
Block a user