Closed mpivchev closed 4 days ago
When passcode is typed incorrectly 10 times the app does not reset. It stays on this screen:
func passcodeReset(_ passcodeViewController: TOPasscodeViewController) { appDelegate?.resetApplication() }
this never gets called.
When passcode is typed incorrectly 10 times the app does not reset. It stays on this screen:
this never gets called.