mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
fix local subs
This commit is contained in:
parent
58efe901d9
commit
58b61c308f
@ -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…
x
Reference in New Issue
Block a user