mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-06-07 21:15:18 +00:00
COVIDSafe code from version 1.2
This commit is contained in:
parent
3640e52eb2
commit
cae9823e44
97 changed files with 1001 additions and 465 deletions
|
@ -29,7 +29,6 @@ final class InfoViewController: UIViewController {
|
|||
advertisementSwitch.addTarget(self, action: #selector(self.advertisementSwitchChanged), for: UIControl.Event.valueChanged)
|
||||
scanningSwitch.addTarget(self, action: #selector(self.scanningSwitchChanged), for: UIControl.Event.valueChanged)
|
||||
clearLogsButton.addTarget(self, action:#selector(self.clearLogsButtonClicked), for: .touchUpInside)
|
||||
obtainBluetoothStateButton.addTarget(self, action:#selector(self.obtainBluetoothStateButtonClicked), for: .touchUpInside)
|
||||
|
||||
}
|
||||
|
||||
|
@ -98,7 +97,4 @@ final class InfoViewController: UIViewController {
|
|||
print("Could not perform delete. \(error)")
|
||||
}
|
||||
}
|
||||
|
||||
@objc
|
||||
func obtainBluetoothStateButtonClicked() { }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue