Skip to content

Commit

Permalink
Make sure we fire reload, on just going back from background
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed May 9, 2024
1 parent cb48a88 commit d2f5c69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DuckDuckGo/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
showKeyboardIfSettingOn = true
syncService.scheduler.resumeSyncQueue()
}

AppDependencyProvider.shared.userBehaviorMonitor.handleAction(.reopenApp)
}

func applicationDidEnterBackground(_ application: UIApplication) {
Expand Down

0 comments on commit d2f5c69

Please sign in to comment.