Skip to content

Commit

Permalink
Specify immediate delivery (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgoedjen authored Feb 17, 2022
1 parent db8833f commit f43dea0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ extension SecureEnclave.Store {
secrets.removeAll()
loadSecrets()
if notify {
DistributedNotificationCenter.default().post(name: .secretStoreUpdated, object: nil)
DistributedNotificationCenter.default().postNotificationName(.secretStoreUpdated, object: nil, deliverImmediately: true)
}
}

Expand Down

0 comments on commit f43dea0

Please sign in to comment.