AnimatedCircleLoadingView icon indicating copy to clipboard operation
AnimatedCircleLoadingView copied to clipboard

onAnimationEnd never Triggered

Open pesjak opened this issue 8 years ago • 0 comments

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

pesjak avatar Oct 22 '17 17:10 pesjak