Updated KeePassKit Framework

This commit is contained in:
michael starke
2017-04-13 10:56:35 +02:00
parent 5e18d77878
commit d87574996e
3 changed files with 3 additions and 2 deletions

View File

@@ -346,6 +346,7 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
return;
}
self.tree = nil;
self.compositeKey = nil;
[[NSNotificationCenter defaultCenter] postNotificationName:MPDocumentDidLockDatabaseNotification object:self];
}