Skip to content

onAnimationEnd never Triggered #24

@pesjak

Description

@pesjak

I'm trying to implement the animation, and make it dissapere when it ends but it is never called.

downloadView.setAnimationListener(new AnimatedCircleLoadingView.AnimationListener() {
                                @Override
                                public void onAnimationEnd(boolean success) {
                                    downloadView.setVisibility(View.GONE);  
         }
    });

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