Increment compileSdkVersion to 33.

This commit is contained in:
Alex Hart
2023-01-13 10:53:44 -04:00
committed by Cody Henthorne
parent 7af94f60ae
commit 1e9115a917
10 changed files with 17 additions and 17 deletions

View File

@@ -111,7 +111,7 @@ class ThanksForYourSupportBottomSheetDialogFragment : FixedRoundedCornerBottomSh
lottie.visible = true
lottie.playAnimation()
lottie.addAnimatorListener(object : AnimationCompleteListener() {
override fun onAnimationEnd(animation: Animator?) {
override fun onAnimationEnd(animation: Animator) {
lottie.removeAnimatorListener(this)
lottie.setMinAndMaxFrame(30, 91)
lottie.repeatMode = LottieDrawable.RESTART