From ef6af03412fc95a9fafa4ecb7f76044778a2cef9 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Fri, 8 Feb 2019 03:22:16 +0530 Subject: iOS: Tunnel detail: Turn off animation when showing fields changing Signed-off-by: Roopesh Chander --- .../UI/iOS/ViewController/TunnelDetailTableViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WireGuard/WireGuard') 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]() -- cgit v1.2.3-59-g8ed1b