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

@@ -155,7 +155,7 @@ class KeyboardPageSearchView @JvmOverloads constructor(
.setDuration(REVEAL_DURATION)
.alpha(0f)
.setListener(object : AnimationCompleteListener() {
override fun onAnimationEnd(animation: Animator?) {
override fun onAnimationEnd(animation: Animator) {
visibility = INVISIBLE
}
})