-
Notifications
You must be signed in to change notification settings - Fork 210
Open
Description
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);
}
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels