Skip to content

Commit

Permalink
Remove obsolete trigger to refresh subscription and entitlements as i…
Browse files Browse the repository at this point in the history
…t is handled by client app
  • Loading branch information
miasma13 committed Apr 12, 2024
1 parent e13e14d commit 8c2dd6d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ final class NetworkProtectionAppEvents {
func applicationDidBecomeActive() {
Task { @MainActor in
await featureVisibility.disableIfUserHasNoAccess()

#if SUBSCRIPTION
await AccountManager(subscriptionAppGroup: Bundle.main.appGroup(bundle: .subs)).refreshSubscriptionAndEntitlements()
#endif
}
}

Expand Down

0 comments on commit 8c2dd6d

Please sign in to comment.