]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
iOS: Tunnel detail: Turn off animation when showing fields changing
authorRoopesh Chander <roop@roopc.net>
Thu, 7 Feb 2019 21:52:16 +0000 (03:22 +0530)
committerRoopesh Chander <roop@roopc.net>
Thu, 7 Feb 2019 23:10:11 +0000 (04:40 +0530)
Signed-off-by: Roopesh Chander <roop@roopc.net>
WireGuard/WireGuard/UI/iOS/ViewController/TunnelDetailTableViewController.swift

index f65ca2374313b22629a11eabdbfdc55fbbd31140..7ed019b3727819df0c3f7bb3930a503a1b70f0dd 100644 (file)
@@ -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]()