Dismiss search bar when new group is created.

pull/1/head
Christine Corbett 10 years ago committed by Frederic Jacobs
parent bfe0e44cd5
commit 7d5154b10b

@ -320,7 +320,7 @@
// In a storyboard-based application, you will often want to do a little preparation before navigation
- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
self.searchController.active = NO;
}
-(IBAction)closeAction:(id)sender

Loading…
Cancel
Save