Update tab bar badge value immediately after sync
This commit is contained in:
parent
dc0ac03474
commit
da5aa61986
2 changed files with 11 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ public extension Notification.Name {
|
|||
static let passwordStoreUpdated = Notification.Name("passwordStoreUpdated")
|
||||
static let passwordStoreErased = Notification.Name("passwordStoreErased")
|
||||
static let passwordStoreChangeDiscarded = Notification.Name("passwordStoreChangeDiscarded")
|
||||
static let passwordStoreSyncSucceeded = Notification.Name("passwordStoreSyncSucceeded")
|
||||
static let passwordSearch = Notification.Name("passwordSearch")
|
||||
|
||||
static let passwordDisplaySettingChanged = Notification.Name("passwordDisplaySettingChanged")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue