forked from organicmaps/organicmaps
[cherry] [FABRIC-7708] [ios] Fixed search ads indexer crash.
This commit is contained in:
parent
d775c89902
commit
a1007b4559
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@
|
|||
BOOL const noResults = [MWMSearch resultsCount] == 0;
|
||||
self.tableView.hidden = noResults;
|
||||
[(MWMSearchTableView *)self.view hideNoResultsView:!noResults];
|
||||
[self reloadData];
|
||||
}
|
||||
|
||||
- (void)onSearchResultsUpdated
|
||||
|
|
Loading…
Add table
Reference in a new issue