mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 16:22:21 +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:
|
||||
valid = YES;
|
||||
}
|
||||
return valid;
|
||||
return (valid && [super validateUserInterfaceItem:anItem]);
|
||||
}
|
||||
|
||||
- (void)_storeKeyURL:(NSURL *)keyURL {
|
||||
|
||||
Reference in New Issue
Block a user