ShineButton icon indicating copy to clipboard operation
ShineButton copied to clipboard

ShineView didn't remove after shine finished.

Open mrchihlungchen opened this issue 5 years ago • 1 comments

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.

mrchihlungchen avatar Jul 08 '20 08:07 mrchihlungchen

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!

rayastar avatar Jul 19 '20 08:07 rayastar