Skip to content

Commit

Permalink
Change subscription details based on platform (uplift to 1.50.x) (#17531
Browse files Browse the repository at this point in the history
)

Uplift of #17509 (squashed) to beta
  • Loading branch information
brave-builds authored Mar 14, 2023
1 parent fba7ba7 commit 9eefc68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ public boolean onPreferenceClick(Preference preference) {
PreferenceCategory preferenceCategory =
(PreferenceCategory) findPreference(PREF_BRAVE_VPN_SUBSCRIPTION_SECTION);
preferenceCategory.addPreference(mLinkSubscriptionPreference);
preferenceCategory.setVisible(!BraveVpnNativeWorker.getInstance().isPurchasedUser());
}

@Override
Expand Down

0 comments on commit 9eefc68

Please sign in to comment.