mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-15 06:40:30 +05:30
fix opening with links
This commit is contained in:
parent
ce43790d0d
commit
dd6d996ae5
@ -169,7 +169,6 @@ class PlayerFragment : Fragment() {
|
|||||||
mainActivity.binding.container.visibility = View.VISIBLE
|
mainActivity.binding.container.visibility = View.VISIBLE
|
||||||
|
|
||||||
exoPlayerView = binding.player
|
exoPlayerView = binding.player
|
||||||
binding.mainContainer.visibility = View.GONE
|
|
||||||
|
|
||||||
binding.playerMotionLayout.addTransitionListener(object : MotionLayout.TransitionListener {
|
binding.playerMotionLayout.addTransitionListener(object : MotionLayout.TransitionListener {
|
||||||
override fun onTransitionStarted(
|
override fun onTransitionStarted(
|
||||||
|
Loading…
Reference in New Issue
Block a user