improve passcode
This commit is contained in:
parent
97056ab91c
commit
9816e7677d
3 changed files with 10 additions and 10 deletions
|
|
@ -155,6 +155,8 @@ class SettingsTableViewController: UITableViewController {
|
|||
Defaults[.isTouchIDOn] = false
|
||||
Globals.passcodeConfiguration.isTouchIDAllowed = false
|
||||
}
|
||||
let appDelegate = UIApplication.shared.delegate as! AppDelegate
|
||||
appDelegate.passcodeLockPresenter = PasscodeLockPresenter(mainWindow: appDelegate.window, configuration: Globals.passcodeConfiguration)
|
||||
}
|
||||
|
||||
func showPasscodeActionSheet() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue