diff --git a/DuckDuckGo/AppDelegate.swift b/DuckDuckGo/AppDelegate.swift index c26bd31bb3..820e143cde 100644 --- a/DuckDuckGo/AppDelegate.swift +++ b/DuckDuckGo/AppDelegate.swift @@ -664,6 +664,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate { showKeyboardIfSettingOn = true syncService.scheduler.resumeSyncQueue() } + + AppDependencyProvider.shared.userBehaviorMonitor.handleAction(.reopenApp) } func applicationDidEnterBackground(_ application: UIApplication) {