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:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-03-13 18:25:30 +0300
committerИлья Гречухин <i.grechuhin@gmail.com>2017-03-13 18:33:38 +0300
commit09e21a4007e1f6ffcf4a8ad91b44bde11e5d4d92 (patch)
tree50bd4c8aa15a06c754774d88b9fb1498b2f1793b
parent06d567274ade30bf69c001b013a203d1a8559e44 (diff)
[RELEASE ONLY] Fixed showing of a single search result on iPad.beta-677
-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 b3f7d98ca4..bfcbad717b 100644
--- a/iphone/Maps/Core/Search/MWMSearch.mm
+++ b/iphone/Maps/Core/Search/MWMSearch.mm
@@ -108,8 +108,6 @@ using TObservers = NSHashTable<__kindof TObserver>;
__strong auto self = weakSelf;
if (!self)
return;
- if (IPAD)
- GetFramework().SearchEverywhere(self->m_everywhereParams);
[self onSearchStarted];
};
}