mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 14:20:30 +05:30
commit
6ebf19d377
@ -1201,8 +1201,11 @@ class PlayerFragment : BaseFragment() {
|
|||||||
activity.binding.mainMotionLayout.transitionToEnd()
|
activity.binding.mainMotionLayout.transitionToEnd()
|
||||||
binding.playerMotionLayout.transitionToEnd()
|
binding.playerMotionLayout.transitionToEnd()
|
||||||
}
|
}
|
||||||
if (token != "") {
|
|
||||||
|
// update the subscribed state
|
||||||
isSubscribed()
|
isSubscribed()
|
||||||
|
|
||||||
|
if (token != "") {
|
||||||
binding.relPlayerSave.setOnClickListener {
|
binding.relPlayerSave.setOnClickListener {
|
||||||
val newFragment = AddToPlaylistDialog()
|
val newFragment = AddToPlaylistDialog()
|
||||||
val bundle = Bundle()
|
val bundle = Bundle()
|
||||||
|
Loading…
Reference in New Issue
Block a user