Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/3.2.x' of github.com:corona-warn-app/cwa-app-io…
Browse files Browse the repository at this point in the history
…s into release/3.2.x
  • Loading branch information
30mar committed May 4, 2023
2 parents 403853c + 55f673f commit 2b9dff7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate, CoronaWarnAppDelegate, Re
UNUserNotificationCenter.current().removeAllPendingNotificationRequests()

// Disable ExposureNotification
disableExposureNotification()
if ENAExposureManager().exposureManagerState.enabled {
disableExposureNotification()
}

// Stop and delete error logging.
try? elsService.stopAndDeleteLog()
Expand Down

0 comments on commit 2b9dff7

Please sign in to comment.