mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2025-01-19 06:49:08 +00:00
iOS: Tunnel detail: Turn off animation when showing fields changing
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
a99a755c34
commit
ef6af03412
@ -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
Block a user