Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix href from search
  • Loading branch information
gliechtenstein committed Apr 4, 2017
1 parent ac8dad5 commit 4f3e192
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Jasonette/JasonViewController.m
Expand Up @@ -1183,7 +1183,6 @@ - (void)setupHeader: (NSDictionary *)body{
}

self.tableView.tableHeaderView = self.searchController.searchBar;
self.definesPresentationContext = YES;
self.searchController.hidesNavigationBarDuringPresentation = NO;

[self.searchController.searchBar sizeToFit];
Expand Down Expand Up @@ -1277,7 +1276,6 @@ - (void)setupHeader: (NSDictionary *)body{
}

self.tableView.tableHeaderView = self.searchController.searchBar;
self.definesPresentationContext = YES;
self.searchController.hidesNavigationBarDuringPresentation = NO;

[self.searchController.searchBar sizeToFit];
Expand Down

0 comments on commit 4f3e192

Please sign in to comment.