mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 20:02:27 +00:00
Added super calls to ensure proper interface element validation #112
This commit is contained in:
@@ -548,7 +548,7 @@ typedef NS_ENUM(NSUInteger, MPAlertType) {
|
|||||||
default:
|
default:
|
||||||
valid = YES;
|
valid = YES;
|
||||||
}
|
}
|
||||||
return valid;
|
return (valid && [super validateUserInterfaceItem:anItem]);
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)_storeKeyURL:(NSURL *)keyURL {
|
- (void)_storeKeyURL:(NSURL *)keyURL {
|
||||||
|
|||||||
Reference in New Issue
Block a user