mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-29 01:29:02 +03:00
Fix an animation error after seeking (#655)
This commit is contained in:
parent
ecc1bbe498
commit
3489dbe7c1
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue