diff options
| author | Jon Petersson <jon.petersson@kvadrat.se> | 2024-05-21 17:35:02 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-05-21 17:39:43 +0200 |
| commit | ba78d4937fedfb888edda60aba0e60a76ace62a1 (patch) | |
| tree | 14c79e6272064e9cc67fdaeefe408029f0cf5436 /ios | |
| parent | 93f83ac91f02b6bab0f3493335ee73289b3e283b (diff) | |
| download | mullvadvpn-ba78d4937fedfb888edda60aba0e60a76ace62a1.tar.xz mullvadvpn-ba78d4937fedfb888edda60aba0e60a76ace62a1.zip | |
Remove spacing in VPN settings page
Diffstat (limited to 'ios')
| -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 } } |
