mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Increment compileSdkVersion to 33.
This commit is contained in:
committed by
Cody Henthorne
parent
7af94f60ae
commit
1e9115a917
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user