[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808: Update method signature for AnimatorListenerAdapter.

pull/600/head
mcarare 2 years ago committed by mergify[bot]
parent 5015a777bf
commit 49b3fafc45

@ -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
}
},

Loading…
Cancel
Save