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
The lock activity (Lock.java) doesn't start. It crashes in in the function fullscreen(), line 965.
(Lock.java)
fullscreen()
965
I changed the targetSdkVersion to 22 and it was working normally. Only when we target it to version 23, it crashes. Please take a look at this.
targetSdkVersion
22
23
The text was updated successfully, but these errors were encountered:
@rahim-figs If you made a pull request would this fix this issue for users? Meaning have you had any other issues?
Sorry, something went wrong.
No branches or pull requests
The lock activity
(Lock.java)
doesn't start. It crashes in in the functionfullscreen()
, line965
.I changed the
targetSdkVersion
to22
and it was working normally. Only when we target it to version23
, it crashes. Please take a look at this.The text was updated successfully, but these errors were encountered: