mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-10 17:47:19 +00:00
Specify immediate delivery
This commit is contained in:
parent
db8833fa25
commit
a6899a49cf
@ -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
Block a user