mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Apply automated ktlint 1.2.1 formatting.
This commit is contained in:
committed by
Clark Chen
parent
e861c022da
commit
cfb4377de3
@@ -32,7 +32,9 @@ class VideoEditorPlayButtonLayout @JvmOverloads constructor(context: Context, at
|
||||
fun fadePlayButton() {
|
||||
playOverlay.animate()
|
||||
.setListener(object : Animator.AnimatorListener {
|
||||
override fun onAnimationEnd(animation: Animator) { playOverlay.visibility = GONE }
|
||||
override fun onAnimationEnd(animation: Animator) {
|
||||
playOverlay.visibility = GONE
|
||||
}
|
||||
override fun onAnimationStart(animation: Animator) = Unit
|
||||
override fun onAnimationCancel(animation: Animator) = Unit
|
||||
override fun onAnimationRepeat(animation: Animator) = Unit
|
||||
|
||||
Reference in New Issue
Block a user