We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b7202 commit c7a587fCopy full SHA for c7a587f
1 file changed
app/src/main/java/com/github/libretube/ui/extensions/SetupSubscriptionButton.kt
@@ -62,7 +62,7 @@ fun TextView.setupSubscriptionButton(
62
updateUIStateAndNotifyObservers()
63
}
64
65
- if (!PreferenceHelper.getBoolean(PreferenceKeys.CONFIRM_UNSUBSCRIBE, false)) {
+ if (PreferenceHelper.getBoolean(PreferenceKeys.CONFIRM_UNSUBSCRIBE, false)) {
66
showUnsubscribeDialog(context, channelName) {
67
CoroutineScope(Dispatchers.Main).launch { unsubscribeAction() }
68
0 commit comments