Merge pull request #1170 from Bnyro/master

fix local subs
This commit is contained in:
Bnyro 2022-08-26 09:43:56 +02:00 committed by GitHub
commit 6ebf19d377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()