mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 22:52:26 +00:00
fixed stale entry display when database is locked
This commit is contained in:
@@ -440,6 +440,8 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
|
||||
}
|
||||
self.tree = nil;
|
||||
self.compositeKey = nil;
|
||||
self.selectedGroups = nil;
|
||||
self.selectedEntries = nil;
|
||||
[NSNotificationCenter.defaultCenter postNotificationName:MPDocumentDidLockDatabaseNotification object:self];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user