mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 08:52:20 +00:00
Codestyle
This commit is contained in:
@@ -326,12 +326,12 @@
|
||||
- (IBAction)unlockWithTouchID:(id)sender {
|
||||
NSData* encryptedKey = NULL;
|
||||
if(![self _touchIdGetEncrypedKeyMaterial:&encryptedKey]) {
|
||||
[self.touchIdButton setEnabled:false];
|
||||
self.touchIdButton.enabled = NO;
|
||||
return;
|
||||
}
|
||||
KPKCompositeKey* compositeKey = [self _touchIdDecryptCompositeKey:encryptedKey];
|
||||
if(compositeKey == NULL) {
|
||||
[self.touchIdButton setEnabled:false];
|
||||
self.touchIdButton.enabled = NO;
|
||||
return;
|
||||
}
|
||||
NSError* error;
|
||||
|
||||
Reference in New Issue
Block a user