We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2211f28 commit 9115017Copy full SHA for 9115017
ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift
@@ -359,13 +359,7 @@ final class VPNSettingsDataSource: UITableViewDiffableDataSource<
359
// 0 due to there already being a separator between .dnsSettings and .ipOverrides.
360
case .dnsSettings: 0
361
case .ipOverrides: UIMetrics.TableView.sectionSpacing
362
-
363
- #if DEBUG
364
case .quantumResistance: tableView.estimatedRowHeight
365
- #else
366
- case .wireGuardObfuscationPort: tableView.estimatedRowHeight
367
- #endif
368
369
default: 0.5
370
}
371
0 commit comments