mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 08:12:28 +00:00
codestyle
This commit is contained in:
@@ -307,10 +307,7 @@ static NSString *kMPContentBindingString3 = @"content.%@.%@.%@";
|
||||
*
|
||||
* This stops the popover to close when the dialog is active.
|
||||
*/
|
||||
if( ![[[[ popover contentViewController] view] window] makeFirstResponder: popover]) {
|
||||
return NO;
|
||||
}
|
||||
return YES;
|
||||
return ![popover.contentViewController.view.window makeFirstResponder:popover];
|
||||
}
|
||||
|
||||
- (void)popoverDidClose:(NSNotification *)notification {
|
||||
|
||||
Reference in New Issue
Block a user