Skip to content

Commit 9115017

Browse files
author
Jon Petersson
committed
Remove spacing in VPN settings page
1 parent 2211f28 commit 9115017

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift

-6
Original file line numberDiff line numberDiff line change
@@ -359,13 +359,7 @@ final class VPNSettingsDataSource: UITableViewDiffableDataSource<
359359
// 0 due to there already being a separator between .dnsSettings and .ipOverrides.
360360
case .dnsSettings: 0
361361
case .ipOverrides: UIMetrics.TableView.sectionSpacing
362-
363-
#if DEBUG
364362
case .quantumResistance: tableView.estimatedRowHeight
365-
#else
366-
case .wireGuardObfuscationPort: tableView.estimatedRowHeight
367-
#endif
368-
369363
default: 0.5
370364
}
371365
}

0 commit comments

Comments
 (0)