Skip to content

Commit cf04994

Browse files
sinadalvandleandroBorgesFerreira
authored andcommitted
Revert Animator callback fixed (#139)
1 parent 2f46eb7 commit cf04994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loading-button-android/src/main/java/br/com/simplepass/loadingbutton/customViews/CircularProgressButton.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ open class CircularProgressButton : AppCompatButton, ProgressButton {
131131
}
132132

133133
override fun startMorphRevertAnimation() {
134-
applyAnimationEndListener(morphAnimator, savedAnimationEndListener)
134+
applyAnimationEndListener(morphRevertAnimator, savedAnimationEndListener)
135135
morphRevertAnimator.start()
136136
}
137137

0 commit comments

Comments
 (0)