fix local subs

This commit is contained in:
Bnyro 2022-08-26 09:43:32 +02:00
parent 58efe901d9
commit 58b61c308f

View File

@ -1201,8 +1201,11 @@ class PlayerFragment : BaseFragment() {
activity.binding.mainMotionLayout.transitionToEnd() activity.binding.mainMotionLayout.transitionToEnd()
binding.playerMotionLayout.transitionToEnd() binding.playerMotionLayout.transitionToEnd()
} }
// update the subscribed state
isSubscribed()
if (token != "") { if (token != "") {
isSubscribed()
binding.relPlayerSave.setOnClickListener { binding.relPlayerSave.setOnClickListener {
val newFragment = AddToPlaylistDialog() val newFragment = AddToPlaylistDialog()
val bundle = Bundle() val bundle = Bundle()