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!
I found a bug in the onRestoreInstanceState method. You set maxScale value in minScale on 89 line.
maxScale
minScale
this.minScale = (float)bundle.getInt("minScale"); this.minScale = (float)bundle.getInt("maxScale");
Can you fix this in the near future?
The text was updated successfully, but these errors were encountered:
I think it's better to use getFloat method. is there any reason for using getInt and then cast it to float type?
Sorry, something went wrong.
No branches or pull requests
Hello!
I found a bug in the onRestoreInstanceState method. You set
maxScale
value inminScale
on 89 line.Can you fix this in the near future?
The text was updated successfully, but these errors were encountered: