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()
|
||||
binding.playerMotionLayout.transitionToEnd()
|
||||
}
|
||||
|
||||
// update the subscribed state
|
||||
isSubscribed()
|
||||
|
||||
if (token != "") {
|
||||
isSubscribed()
|
||||
binding.relPlayerSave.setOnClickListener {
|
||||
val newFragment = AddToPlaylistDialog()
|
||||
val bundle = Bundle()
|
||||
|
Loading…
Reference in New Issue
Block a user