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

@@ -1,3 +1,3 @@
github "sparkle-project/Sparkle" ~> 1.17.0 github "sparkle-project/Sparkle" ~> 1.17.0
github "mstarke/KeePassKit" "90ec19a82a9f97db67dde15ea145b9f4990b3e2b" github "mstarke/KeePassKit" "232cda8a0fce2a97963564ecd09c11f6730bab42"
github "mstarke/HNHUi" ~> 1.1 github "mstarke/HNHUi" ~> 1.1

View File

@@ -1,3 +1,3 @@
github "mstarke/HNHUi" "1.1" github "mstarke/HNHUi" "1.1"
github "mstarke/KeePassKit" "90ec19a82a9f97db67dde15ea145b9f4990b3e2b" github "mstarke/KeePassKit" "232cda8a0fce2a97963564ecd09c11f6730bab42"
github "sparkle-project/Sparkle" "1.17.0" github "sparkle-project/Sparkle" "1.17.0"

View File

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