COVIDSafe code from version 1.13 (#25)

This commit is contained in:
COVIDSafe Support 2020-10-16 15:45:07 +11:00 committed by GitHub
parent a2b6a8bfb5
commit 3ea83834f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 970 additions and 576 deletions

View file

@ -159,4 +159,8 @@ final class InfoViewController: UIViewController {
messagesAPILastDateLabel.text = "-"
messagesAPILastVersionLabel.text = "-"
}
@IBAction func resetDisclaimerUpdateMessage(_ sender: Any) {
UserDefaults.standard.removeObject(forKey: "latestPolicyUpdateVersionShown")
}
}