mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-04-18 15:17:23 +02:00
Specify immediate delivery (#350)
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user