diff --git a/src/xcode/ENA/ENA/Source/AppDelegate & Globals/AppDelegate.swift b/src/xcode/ENA/ENA/Source/AppDelegate & Globals/AppDelegate.swift index 554f7e74f6..3327769711 100644 --- a/src/xcode/ENA/ENA/Source/AppDelegate & Globals/AppDelegate.swift +++ b/src/xcode/ENA/ENA/Source/AppDelegate & Globals/AppDelegate.swift @@ -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()