diff options
| author | Emīls <emils@mullvad.net> | 2024-05-21 17:52:42 +0200 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2024-05-21 17:52:42 +0200 |
| commit | e170913b1a5eff2d56d3b9d8970a13283662b2bc (patch) | |
| tree | 14c79e6272064e9cc67fdaeefe408029f0cf5436 | |
| parent | 93f83ac91f02b6bab0f3493335ee73289b3e283b (diff) | |
| parent | ba78d4937fedfb888edda60aba0e60a76ace62a1 (diff) | |
| download | mullvadvpn-e170913b1a5eff2d56d3b9d8970a13283662b2bc.tar.xz mullvadvpn-e170913b1a5eff2d56d3b9d8970a13283662b2bc.zip | |
Merge remote-tracking branch 'origin/fix-spacing-issue-in-vpn-settings'
| -rw-r--r-- | ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift b/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift index 2891fc4d5f..85d683b587 100644 --- a/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift +++ b/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift @@ -359,13 +359,7 @@ final class VPNSettingsDataSource: UITableViewDiffableDataSource< // 0 due to there already being a separator between .dnsSettings and .ipOverrides. case .dnsSettings: 0 case .ipOverrides: UIMetrics.TableView.sectionSpacing - - #if DEBUG case .quantumResistance: tableView.estimatedRowHeight - #else - case .wireGuardObfuscationPort: tableView.estimatedRowHeight - #endif - default: 0.5 } } |
