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

ShineView didn't remove after shine finished. #56

Open
mrchihlungchen opened this issue Jul 8, 2020 · 1 comment
Open

ShineView didn't remove after shine finished. #56

mrchihlungchen opened this issue Jul 8, 2020 · 1 comment

Comments

@mrchihlungchen
Copy link

mrchihlungchen commented Jul 8, 2020

Following change to fix this:

In ShineView lin 128
shineButton.removeView(ShineView.this);

replace with:
((ViewGroup) ShineView.this.getParent()).removeView(ShineView.this);

Or modify ShineButton.removeView function.

@rayastar
Copy link

rayastar commented Jul 19, 2020

hey, hI. Is that bug? white dots around like only on dark background

Alternate image text

P.S Yes, is this bug. Please fix this bug!

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