For #25808: Update method signature for AnimatorListenerAdapter.

This commit is contained in:
mcarare 2022-07-04 17:58:22 +03:00 committed by mergify[bot]
parent 40fbcb6e9e
commit 5feedd38c2
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ class ToolbarGestureHandler(
.setDuration(shortAnimationDuration.toLong())
.setListener(
object : AnimatorListenerAdapter() {
override fun onAnimationEnd(animation: Animator?) {
override fun onAnimationEnd(animation: Animator) {
tabPreview.isVisible = false
}
},