Fix an animation error after seeking (#655)

This commit is contained in:
Quickdesh 2022-07-12 20:03:03 +05:30 committed by GitHub
parent ecc1bbe498
commit 3489dbe7c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -296,8 +296,8 @@ class PlayerControlsView @JvmOverloads constructor(context: Context, attrs: Attr
binding.bottomRightControlsGroup.startAnimation(AnimationUtils.loadAnimation(context, R.anim.player_exit_right))
binding.bottomLeftControlsGroup.startAnimation(AnimationUtils.loadAnimation(context, R.anim.player_exit_left))
binding.middleControlsGroup.startAnimation(AnimationUtils.loadAnimation(context, R.anim.player_fade_out))
showControls = false
}
showControls = false
}
private fun fadeInView(view: View) {