mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 00:02:28 +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
|
Add all needed constraints an then remove it again, if it was hidden
|
||||||
*/
|
*/
|
||||||
BOOL removeInspector = NO;
|
BOOL removeInspector = NO;
|
||||||
if(![inspectorView superview]) {
|
if(!inspectorView.superview) {
|
||||||
[self.splitView addSubview:inspectorView];
|
[self.splitView addSubview:inspectorView];
|
||||||
removeInspector = YES;
|
removeInspector = YES;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user