diff --git a/IVPNClient/Scenes/ViewControllers/AdvancedViewController.swift b/IVPNClient/Scenes/ViewControllers/AdvancedViewController.swift index 90bfae2e7..6278a97a3 100644 --- a/IVPNClient/Scenes/ViewControllers/AdvancedViewController.swift +++ b/IVPNClient/Scenes/ViewControllers/AdvancedViewController.swift @@ -210,7 +210,7 @@ class AdvancedViewController: UITableViewController { extension AdvancedViewController { override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat { - if indexPath.section == 2 && indexPath.row == 0 { + if indexPath.section == 3 && indexPath.row == 0 { return 60 } @@ -218,7 +218,7 @@ extension AdvancedViewController { } override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { - if indexPath.section == 2 && indexPath.row == 1 { + if indexPath.section == 3 && indexPath.row == 1 { tableView.deselectRow(at: indexPath, animated: true) sendLogs() }