Skip to content

ShineView didn't remove after shine finished. #56

@mrchihlungchen

Description

@mrchihlungchen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions