Fix saving of user after sign-in.
This commit is contained in:
parent
6a74ada2fa
commit
b52b310e82
@ -369,7 +369,7 @@ referenceSizeForFooterInSection:(NSInteger)section {
|
|||||||
userAvatar.spinnerActive = YES;
|
userAvatar.spinnerActive = YES;
|
||||||
if (!isNew && mainUser && [MPiOSAppDelegate managedObjectContextPerformBlock:^(NSManagedObjectContext *context) {
|
if (!isNew && mainUser && [MPiOSAppDelegate managedObjectContextPerformBlock:^(NSManagedObjectContext *context) {
|
||||||
MPUserEntity *user = [MPUserEntity existingObjectWithID:mainUser.objectID inContext:context];
|
MPUserEntity *user = [MPUserEntity existingObjectWithID:mainUser.objectID inContext:context];
|
||||||
BOOL signedIn = [[MPiOSAppDelegate get] signInAsUser:user saveInContext:mainContext usingMasterPassword:nil];
|
BOOL signedIn = [[MPiOSAppDelegate get] signInAsUser:user saveInContext:context usingMasterPassword:nil];
|
||||||
|
|
||||||
PearlMainQueue( ^{
|
PearlMainQueue( ^{
|
||||||
self.entryField.text = @"";
|
self.entryField.text = @"";
|
||||||
|
Loading…
Reference in New Issue
Block a user