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()
binding.playerMotionLayout.transitionToEnd()
}
if (token != "") {
// update the subscribed state
isSubscribed()
if (token != "") {
binding.relPlayerSave.setOnClickListener {
val newFragment = AddToPlaylistDialog()
val bundle = Bundle()