Skip to content

Commit

Permalink
Prevent race condition on including ATB
Browse files Browse the repository at this point in the history
  • Loading branch information
dus7 committed Apr 19, 2024
1 parent 6311e95 commit 2b3428a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DuckDuckGo/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

AppDependencyProvider.shared.userBehaviorMonitor.handleAction(.reopenApp)

reportAdAttribution()

return true
}

Expand Down Expand Up @@ -499,6 +497,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
self.fireAppLaunchPixel()
self.firePrivacyProFeatureEnabledPixel()
self.fireAppTPActiveUserPixel()
self.reportAdAttribution()
}

if appIsLaunching {
Expand Down

0 comments on commit 2b3428a

Please sign in to comment.