Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Mihaylenko <vxmihaylenko@gmail.com>2017-05-10 15:46:10 +0300
committerGitHub <noreply@github.com>2017-05-10 15:46:10 +0300
commit89540edebf71c09f6d09670cb7c724cf10c46003 (patch)
tree851778b36c40be9ca176bde9c0976738056d1d35
parenteda58dbe32098ddedc7703deaa7dc467aa31f73a (diff)
parenta1140ec90dcb775c2b3cfbebd25725913e1f86d2 (diff)
Merge pull request #6023 from darina/ipad-single-search-result-fix-masterbeta-797
Fixed showing of a single search result on iPad.
-rw-r--r--iphone/Maps/Core/Search/MWMSearch.mm2
1 files changed, 0 insertions, 2 deletions
diff --git a/iphone/Maps/Core/Search/MWMSearch.mm b/iphone/Maps/Core/Search/MWMSearch.mm
index 69e672e89b..df3b13c15d 100644
--- a/iphone/Maps/Core/Search/MWMSearch.mm
+++ b/iphone/Maps/Core/Search/MWMSearch.mm
@@ -119,8 +119,6 @@ using TObservers = NSHashTable<__kindof TObserver>;
__strong auto self = weakSelf;
if (!self)
return;
- if (IPAD)
- GetFramework().SearchEverywhere(self->m_everywhereParams);
[self onSearchStarted];
};
}