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

Fix/14997 EOL-Most-Revelevant-DCC-only-re-calculated-after-additional-app-background #5143

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -809,8 +809,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate, CoronaWarnAppDelegate, Re
// Clear ddc Wallet cache
store.healthCertifiedPersons.forEach {
$0.dccWalletInfo = nil
$0.objectDidChange.send($0)
}

healthCertificateService.updatePublishersFromStore()
// Clear all notifications including deadman notification
UNUserNotificationCenter.current().removeAllPendingNotificationRequests()

Expand Down