summaryrefslogtreecommitdiffhomepage
path: root/ios
diff options
context:
space:
mode:
authorAndrew Bulhak <andrew.bulhak@mullvad.net>2024-11-13 13:08:57 +0100
committerBug Magnet <marco.nikic@mullvad.net>2024-11-28 09:54:26 +0100
commit85b15dc7da0ec36302ae4b2b7eb37285692fd65b (patch)
treea11f24ed5164ecd44b06f6a9a71c7214c5b3d7b1 /ios
parent9a6e658eaae5b356778794c6b56b8486605b54f7 (diff)
downloadmullvadvpn-85b15dc7da0ec36302ae4b2b7eb37285692fd65b.tar.xz
mullvadvpn-85b15dc7da0ec36302ae4b2b7eb37285692fd65b.zip
Adjust spacing for UDP-over-TCP section
Diffstat (limited to 'ios')
-rw-r--r--ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift b/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift
index b5590112a7..ad56443f30 100644
--- a/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift
+++ b/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift
@@ -401,7 +401,7 @@ final class VPNSettingsDataSource: UITableViewDiffableDataSource<
let sectionIdentifier = snapshot().sectionIdentifiers[section]
switch sectionIdentifier {
- case .dnsSettings, .ipOverrides, .privacyAndSecurity:
+ case .dnsSettings, .ipOverrides, .privacyAndSecurity, .udpOverTcpObfuscationSettings:
return .leastNonzeroMagnitude
default:
return tableView.estimatedRowHeight