-
Notifications
You must be signed in to change notification settings - Fork 210
Open
Description
Why this animation listener never called?
circleLoadingView.setAnimationListener(new AnimatedCircleLoadingView.AnimationListener() {
@Override
public void onAnimationEnd(boolean success) {
if (success) {
circleLoadingView.setVisibility(View.GONE);
txtChallenge.animateText(challenge);
}
}
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels