mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
using property
This commit is contained in:
@@ -466,7 +466,7 @@ typedef void (^MPPasswordChangedBlock)(BOOL didChangePassword);
|
||||
Add all needed constraints an then remove it again, if it was hidden
|
||||
*/
|
||||
BOOL removeInspector = NO;
|
||||
if(![inspectorView superview]) {
|
||||
if(!inspectorView.superview) {
|
||||
[self.splitView addSubview:inspectorView];
|
||||
removeInspector = YES;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user