2
0

Add documentation PDFs.

This commit is contained in:
Maarten Billemont 2018-01-06 15:44:20 -05:00
parent 2dc3636b26
commit 9db855c7fb
3 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,6 @@
// Calculate Fields
if (![MPiOSAppDelegate managedObjectContextPerformBlock:^(NSManagedObjectContext *context) {
MPSiteEntity *site = [self siteInContext:context];
MPKey *key = [MPiOSAppDelegate get].key;
if (!key) {
wrn( @"Could not load cell content: key unavailable." );
@ -583,6 +582,7 @@
return;
}
MPSiteEntity *site = [self siteInContext:context];
BOOL loginGenerated = site.loginGenerated;
NSString *password = nil, *loginName = [site resolveLoginUsingKey:key];
MPResultType transientType = [[MPiOSAppDelegate get] activeUserInContext:context].defaultType?: MPAlgorithmDefault.defaultType;

Binary file not shown.

Binary file not shown.