jlmd / AnimatedCircleLoadingView

An animated circle loading view
Apache License 2.0
1.17k stars 210 forks source link

onAnimationEnd never Triggered #24

Open pesjak opened 6 years ago

pesjak commented 6 years ago

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);  
         }
    });