mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-05-20 12:15:17 +00:00
COVIDSafe code from version 2.5 (#50)
This commit is contained in:
parent
1478088e19
commit
195798ddd5
16 changed files with 327 additions and 28 deletions
|
@ -586,6 +586,15 @@ class HomeViewController: UIViewController, HomeDelegate {
|
|||
present(navigationController, animated: true, completion: nil)
|
||||
}
|
||||
|
||||
@IBAction func privacyPolicyTapped(_ sender: Any) {
|
||||
guard let url = URL(string: URLHelper.getPrivacyPolicyURL()) else {
|
||||
return
|
||||
}
|
||||
|
||||
let safariVC = SFSafariViewController(url: url)
|
||||
present(safariVC, animated: true, completion: nil)
|
||||
}
|
||||
|
||||
@objc
|
||||
func appWillResignActive(_ notification: Notification) {
|
||||
self.lottieBluetoothView?.stop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue