This commit is contained in:
Bnyro 2022-08-04 10:24:11 +02:00
parent 32d56d33f8
commit 2c22978cce

View File

@ -1571,9 +1571,11 @@ class PlayerFragment : Fragment() {
if (isSubscribed == true) {
SubscriptionHelper.unsubscribe(channelId)
binding.playerSubscribe.text = getString(R.string.subscribe)
isSubscribed = false
} else {
SubscriptionHelper.subscribe(channelId)
binding.playerSubscribe.text = getString(R.string.unsubscribe)
isSubscribed = true
}
}
}