diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-11-26 13:51:33 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-11-26 13:55:31 +0100 |
| commit | e6e4c01dfff8f0310ed700426ce247d8fb04c2f2 (patch) | |
| tree | 1d866b94c4391ef560a91b77be83217c5ae6ebec | |
| parent | ee060f922175e3689289bd3f1b4836655219a558 (diff) | |
| download | mullvadvpn-e6e4c01dfff8f0310ed700426ce247d8fb04c2f2.tar.xz mullvadvpn-e6e4c01dfff8f0310ed700426ce247d8fb04c2f2.zip | |
Preferances: fix whitespace
| -rw-r--r-- | ios/MullvadVPN/PreferencesDataSource.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/PreferencesDataSource.swift b/ios/MullvadVPN/PreferencesDataSource.swift index 74c96ba0e5..2ec34c1a6d 100644 --- a/ios/MullvadVPN/PreferencesDataSource.swift +++ b/ios/MullvadVPN/PreferencesDataSource.swift @@ -547,7 +547,7 @@ class PreferencesDataSource: NSObject, UITableViewDataSource, UITableViewDelegat private func configureFooterView(_ reusableView: SettingsStaticTextFooterView) { let font = reusableView.titleLabel.font ?? UIFont.systemFont(ofSize: UIFont.systemFontSize) - + reusableView.titleLabel.attributedText = viewModel.customDNSPrecondition .attributedLocalizedDescription(isEditing: isEditing, preferredFont: font) } |
