-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passcode screen can be beaten by killing the app #78
Comments
I was able to fix this by changing - (void)_applicationWillResignActive {
if ([self _doesPasscodeExist] && !([self isCurrentlyOnScreen] && [self displayedAsLockScreen])) {
[self _saveTimerStartTime];
}
} Please let me know if this fix is correct |
Hello, Any news on this fix working properly? |
Fix is working properly. |
Thanks! |
rolandleth
pushed a commit
that referenced
this issue
Nov 6, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I'm using your controller and it's almost ideally matching my needs. Thank you very much for writing and sharing your work.
However I'm experiencing one problem and I was able to reproduce it on Demo solution from the repository.
Scenario is following:
Please let me know how this behavior can be fixed.
Thank you
The text was updated successfully, but these errors were encountered: