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
Your getRotation() is always returning 0, when it should call super to return view's getRotation or just be deleted.
This bug prevent your view from correctly calculate rotation, therefore no rotation back to 0 degrees is possible.
just remove getRotation() override and things should go back to normal I guess
The text was updated successfully, but these errors were encountered:
I don't think so. This library doesn't provide rotation feature.
Sorry, something went wrong.
Nice lib, thanks! Are you planning to support rotation?
@isabsent Thank you. I don't have plan to support rotation now. But I think it's good idea if this lib support rotation. I will consider that.
Refer: #53
No branches or pull requests
Your getRotation() is always returning 0, when it should call super to return view's getRotation or just be deleted.
This bug prevent your view from correctly calculate rotation, therefore no rotation back to 0 degrees is possible.
just remove getRotation() override and things should go back to normal I guess
The text was updated successfully, but these errors were encountered: