Skip to content
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

Ripple effect is not animated in release build #152

Open
elfifo4 opened this issue Jun 2, 2021 · 2 comments
Open

Ripple effect is not animated in release build #152

elfifo4 opened this issue Jun 2, 2021 · 2 comments

Comments

@elfifo4
Copy link

elfifo4 commented Jun 2, 2021

That happens when shrinkResources is true and minifyEnabled is true. How can this be fixed?

20210602_093537.mp4
@DorBSoft
Copy link

same here.
did not resolve it yet, but the solution, seems to be in this link.

@DorBSoft
Copy link

Yes. The following code in proguard-rules.pro solves it.

-keep class it.sephiroth.android.library.xtooltip.TooltipOverlayDrawable { *; }

I guess it can be narrowed to keep as less as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants