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
path: root/iphone
diff options
context:
space:
mode:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-03-13 18:25:30 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2017-05-10 15:12:50 +0300
commit25d5605414123111af04707bab08e0ee3112f044 (patch)
tree4fe86df6a3cce63b38ea540cd2f999cbce4ada9d /iphone
parentf213961d609b83d4b6fc6dbd6ef7f2c02c99cd60 (diff)
Fixed showing of a single search result on iPad.
Diffstat (limited to 'iphone')
-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 1d6952f9d6..5507940f03 100644
--- a/iphone/Maps/Core/Search/MWMSearch.mm
+++ b/iphone/Maps/Core/Search/MWMSearch.mm
@@ -120,8 +120,6 @@ using TObservers = NSHashTable<__kindof TObserver>;
__strong auto self = weakSelf;
if (!self)
return;
- if (IPAD)
- GetFramework().SearchEverywhere(self->m_everywhereParams);
[self onSearchStarted];
};
}