-
Notifications
You must be signed in to change notification settings - Fork 89
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
Fix NoSuchMethodError on super.getDirtyBounds() #26
base: master
Are you sure you want to change the base?
Conversation
RippleDrawable#getDirtyBounds() calls super.
+1 |
+1.
|
Hate to bring up a dead topic, but I ran into this issue and I wanted to share my thoughts in case it helps someone else. Since there hasn't been much activity on this repository, I created a fork and cleaned up the code. My library can be found here, I hope to keep it up-to-date and maintained: https://github.com/addisonElliott/RippleDrawable Check out the README for instructions on installing. |
RippleDrawable#getDirtyBounds() calls super.
It is API >= 21 method but is missing from LollipopDrawable.
This exception only happens on pre-lollipop Androids.