mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
fixes
This commit is contained in:
parent
ae08491d0b
commit
214e5d7eaf
@ -16,7 +16,7 @@ internal class CustomExoPlayerView(
|
||||
|
||||
override fun hideController() {
|
||||
super.hideController()
|
||||
binding.toggleOptions.animate().rotationX(0F).start()
|
||||
binding.toggleOptions.animate().rotationX(0F).setDuration(1000).start()
|
||||
binding.advancedOptions.visibility = View.GONE
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user