mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 03:11:10 +01:00
Increment compileSdkVersion to 33.
This commit is contained in:
committed by
Cody Henthorne
parent
7af94f60ae
commit
1e9115a917
@@ -103,14 +103,14 @@ class LottieAnimatedButton @JvmOverloads constructor(
|
||||
MotionEvent.ACTION_UP -> {
|
||||
if (isAnimating) {
|
||||
addAnimatorListener(object : AnimatorListener {
|
||||
override fun onAnimationEnd(animation: Animator?) {
|
||||
override fun onAnimationEnd(animation: Animator) {
|
||||
removeAllAnimatorListeners()
|
||||
playAnimationReverse()
|
||||
}
|
||||
|
||||
override fun onAnimationStart(animation: Animator?) {}
|
||||
override fun onAnimationCancel(animation: Animator?) {}
|
||||
override fun onAnimationRepeat(animation: Animator?) {}
|
||||
override fun onAnimationStart(animation: Animator) {}
|
||||
override fun onAnimationCancel(animation: Animator) {}
|
||||
override fun onAnimationRepeat(animation: Animator) {}
|
||||
})
|
||||
} else {
|
||||
playAnimationReverse()
|
||||
|
||||
Reference in New Issue
Block a user