From d2f5c69fa4184eaeb9dce5b3a4a95dd65cb1c5f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20=C5=81yp?= Date: Fri, 10 May 2024 00:31:11 +0200 Subject: [PATCH] Make sure we fire reload, on just going back from background --- DuckDuckGo/AppDelegate.swift | 2 ++ 1 file changed, 2 insertions(+) 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) {