adoped new KeePassKit API

This commit is contained in:
michael starke
2017-10-25 14:38:11 +02:00
parent 4f98584a2e
commit b5b2dcbc9d

View File

@@ -364,7 +364,7 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
}
if(otherTree) {
[self.tree syncronizeWithTree:otherTree options:KPKSynchronizationSynchronizeOption];
[self.tree synchronizeWithTree:otherTree options:KPKSynchronizationSynchronizeOption];
/* the key might have changed so update ours! */
//self.compositeKey = key;
NSUserNotification *notification = [[NSUserNotification alloc] init];