Specify immediate delivery (#350)
This commit is contained in:
parent
db8833fa25
commit
f43dea0d0d
|
@ -176,7 +176,7 @@ extension SecureEnclave.Store {
|
||||||
secrets.removeAll()
|
secrets.removeAll()
|
||||||
loadSecrets()
|
loadSecrets()
|
||||||
if notify {
|
if notify {
|
||||||
DistributedNotificationCenter.default().post(name: .secretStoreUpdated, object: nil)
|
DistributedNotificationCenter.default().postNotificationName(.secretStoreUpdated, object: nil, deliverImmediately: true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue