diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-02-26 16:07:37 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-02-26 17:19:33 +0100 |
| commit | e8b3e4e487933516f68714bf29dcf72ed5cca8ac (patch) | |
| tree | 74ec5b7617aaf0eb0ff65ceb12be8c19ef188d4d | |
| parent | 928ab14b1480fffcccff5bb1c71a651d3237c94b (diff) | |
| download | mullvadvpn-e8b3e4e487933516f68714bf29dcf72ed5cca8ac.tar.xz mullvadvpn-e8b3e4e487933516f68714bf29dcf72ed5cca8ac.zip | |
Add private modifier to kPrivacyPolicyURL
| -rw-r--r-- | ios/MullvadVPN/ConsentViewController.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/ConsentViewController.swift b/ios/MullvadVPN/ConsentViewController.swift index 28f27c976e..e9f471aa8c 100644 --- a/ios/MullvadVPN/ConsentViewController.swift +++ b/ios/MullvadVPN/ConsentViewController.swift @@ -9,7 +9,7 @@ import SafariServices import UIKit -let kPrivacyPolicyURL = URL(string: "https://mullvad.net/en/help/privacy-policy/?hide_nav")! +private let kPrivacyPolicyURL = URL(string: "https://mullvad.net/en/help/privacy-policy/?hide_nav")! class ConsentViewController: UIViewController, RootContainment, SFSafariViewControllerDelegate { |
