mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-15 18:42:23 +00:00
Enhanced Context menu on outline view
This commit is contained in:
@@ -416,8 +416,10 @@ NSString *const _toggleFilterUsernameButton = @"SearchUsername";
|
||||
context.duration = STATUS_BAR_ANIMATION_TIME;
|
||||
context.allowsImplicitAnimation = YES;
|
||||
[self.view layoutSubtreeIfNeeded];
|
||||
} completionHandler:nil] ;
|
||||
[[[self windowController] window] makeFirstResponder:self.filterSearchField];
|
||||
} completionHandler:^{
|
||||
[[[self windowController] window] makeFirstResponder:self.filterSearchField];
|
||||
}];
|
||||
|
||||
}
|
||||
|
||||
- (void)_hideFilterBarAnimated {
|
||||
|
||||
Reference in New Issue
Block a user