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:
authorАлександр Зацепин <az@mapswithme.com>2018-01-12 14:07:18 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-01-15 12:49:10 +0300
commit0939e31a98c84024b419da64988b5fea8298fabb (patch)
tree339aee342ae96727c00f7ab7dceb4c855f28c108 /android/src/com/mapswithme/maps/search/SearchFragment.java
parent50430decddd7dbccc219049bc4df1ba180dd0bb2 (diff)
[android] Removed akward/redundant showing search results from the local cache
Diffstat (limited to 'android/src/com/mapswithme/maps/search/SearchFragment.java')
-rw-r--r--android/src/com/mapswithme/maps/search/SearchFragment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/com/mapswithme/maps/search/SearchFragment.java b/android/src/com/mapswithme/maps/search/SearchFragment.java
index 66726ffd1c..672d3439f3 100644
--- a/android/src/com/mapswithme/maps/search/SearchFragment.java
+++ b/android/src/com/mapswithme/maps/search/SearchFragment.java
@@ -591,7 +591,7 @@ public class SearchFragment extends BaseMwmFragment
? mInitialLocale : com.mapswithme.util.Language.getKeyboardLocale(),
mLastQueryTimestamp, false /* isMapAndTable */,
hotelsFilter, bookingFilterParams);
- SearchEngine.showAllResults(query);
+ SearchEngine.setQuery(query);
Utils.navigateToParent(getActivity());
Statistics.INSTANCE.trackEvent(Statistics.EventName.SEARCH_ON_MAP_CLICKED);