mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-06-07 21:15:18 +00:00
COVIDSafe code from version 1.13 (#25)
This commit is contained in:
parent
a2b6a8bfb5
commit
3ea83834f5
33 changed files with 970 additions and 576 deletions
|
@ -159,4 +159,8 @@ final class InfoViewController: UIViewController {
|
|||
messagesAPILastDateLabel.text = "-"
|
||||
messagesAPILastVersionLabel.text = "-"
|
||||
}
|
||||
|
||||
@IBAction func resetDisclaimerUpdateMessage(_ sender: Any) {
|
||||
UserDefaults.standard.removeObject(forKey: "latestPolicyUpdateVersionShown")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue