Skip to content

Commit

Permalink
Process privacy config updates on main queue
Browse files Browse the repository at this point in the history
  • Loading branch information
miasma13 committed Nov 23, 2024
1 parent 12ee864 commit 2d5ee59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DuckDuckGo/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ import os.log

// Keep track of feature flag changes
subscriptionCookieManagerFeatureFlagCancellable = privacyConfigurationManager.updatesPublisher
.receive(on: DispatchQueue.main)
.sink { [weak self, weak privacyConfigurationManager] in
guard let self, !self.appIsLaunching, let privacyConfigurationManager else { return }

Expand Down

0 comments on commit 2d5ee59

Please sign in to comment.