[MAPSME-4676] [ios] Fixed crash on search UI.

This commit is contained in:
Ilya Grechuhin 2017-06-26 12:09:02 +03:00 committed by Sergey Yershov
parent 97523b5818
commit 6dd8e1f87b

View file

@ -161,9 +161,6 @@
- (void)onSearchResultsUpdated
{
if (!IPAD && [MWMSearch isSearchOnMap])
return;
[self reloadData];
}