Skip to content

Commit

Permalink
It is not necessary to hide active subscription items as they are alr…
Browse files Browse the repository at this point in the history
…eady bought
  • Loading branch information
miasma13 committed Mar 22, 2024
1 parent 028f34f commit df25b48
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions DuckDuckGo/NavigationBar/View/MoreOptionsMenu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -338,13 +338,6 @@ final class MoreOptionsMenu: NSMenu {

#if SUBSCRIPTION
let subscriptionFeatureAvailability = DefaultSubscriptionFeatureAvailability()

if subscriptionFeatureAvailability.isFeatureAvailable {
switch (SubscriptionPurchaseEnvironment.current, SubscriptionPurchaseEnvironment.canPurchase) {
case (.appStore, false): return []
default: break
}
}
#endif

#if NETWORK_PROTECTION
Expand Down

0 comments on commit df25b48

Please sign in to comment.