Remove debugging "Save" button + fix keybaord appearance.
[FIXED] Keyboard didn't appear when app is reactivated. [REMOVED] "Save" option in user menu on lock screen was for debugging.
This commit is contained in:
		@@ -292,7 +292,6 @@
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    [self updateLayoutAnimated:YES allowScroll:YES completion:^(BOOL finished) {
 | 
			
		||||
        if (finished)
 | 
			
		||||
        if (self.selectedUser)
 | 
			
		||||
            [self.passwordField becomeFirstResponder];
 | 
			
		||||
    }];
 | 
			
		||||
@@ -738,8 +737,7 @@
 | 
			
		||||
 | 
			
		||||
    [PearlSheet showSheetWithTitle:targetedUser.name
 | 
			
		||||
                           message:nil viewStyle:UIActionSheetStyleBlackTranslucent
 | 
			
		||||
                         initSheet:nil
 | 
			
		||||
                 tappedButtonBlock:^(UIActionSheet *sheet, NSInteger buttonIndex) {
 | 
			
		||||
                         initSheet:nil tappedButtonBlock:^(UIActionSheet *sheet, NSInteger buttonIndex) {
 | 
			
		||||
        if (buttonIndex == [sheet cancelButtonIndex])
 | 
			
		||||
            return;
 | 
			
		||||
 | 
			
		||||
@@ -749,16 +747,14 @@
 | 
			
		||||
            }];
 | 
			
		||||
            [[MPAppDelegate get] saveContext];
 | 
			
		||||
            [self updateUsers];
 | 
			
		||||
                     } else
 | 
			
		||||
                         if (buttonIndex == [sheet firstOtherButtonIndex]) {
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if (buttonIndex == [sheet firstOtherButtonIndex])
 | 
			
		||||
            [[MPAppDelegate get] changeMasterPasswordFor:targetedUser didResetBlock:^{
 | 
			
		||||
                [[self avatarForUser:targetedUser] setSelected:YES];
 | 
			
		||||
            }];
 | 
			
		||||
                         }
 | 
			
		||||
                         else
 | 
			
		||||
                             [[MPAppDelegate get] saveContext];
 | 
			
		||||
                 }     cancelTitle:[PearlStrings get].commonButtonCancel destructiveTitle:@"Delete User" otherTitles:@"Reset Password",
 | 
			
		||||
                                                                                                                     @"Save",
 | 
			
		||||
                                                                                                                     nil];
 | 
			
		||||
    }                  cancelTitle:[PearlStrings get].commonButtonCancel
 | 
			
		||||
                  destructiveTitle:@"Delete User" otherTitles:@"Reset Password", nil];
 | 
			
		||||
}
 | 
			
		||||
@end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user