We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello @rolandleth
There is a bug with the title.
If i call showForChangingPasscode, the title is ok ("Change Password").
showForChangingPasscode
After that, if I call showLockScreen with withLogout=true the title is still "Change password".
showLockScreen
withLogout=true
It should be blank again.
For the moment, I solved it by calling:
LTHPasscodeViewController.sharedUser().title = "";
Vincent
The text was updated successfully, but these errors were encountered:
Hey,
Thanks, I'll look into it today.
Sorry, something went wrong.
Fixed in ef6ff56, will be released in next version. Thanks again!
No branches or pull requests
Hello @rolandleth
There is a bug with the title.
If i call
showForChangingPasscode
, the title is ok ("Change Password").After that, if I call
showLockScreen
withwithLogout=true
the title is still "Change password".It should be blank again.
For the moment, I solved it by calling:
LTHPasscodeViewController.sharedUser().title = "";
Vincent
The text was updated successfully, but these errors were encountered: