Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
active listener
Browse files Browse the repository at this point in the history
  • Loading branch information
leandroBorgesFerreira committed Jul 16, 2017
1 parent 440a3a7 commit 9998fa0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,10 @@ public void onAnimationEnd(Animator animation) {
if (onStateChangeListener != null) {
onStateChangeListener.onStateChange(active);
}

if (onActiveListener != null) {
onActiveListener.onActive();
}
}
});

Expand Down

0 comments on commit 9998fa0

Please sign in to comment.