iOS: Tunnel detail: Turn off animation when showing fields changing
This commit is contained in:
parent
59918ec67a
commit
b947c98dc0
|
@ -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]()
|
||||
|
|
Loading…
Reference in New Issue