[android] fix: Do not show search results while route planning.

This commit is contained in:
Alexander Marchuk 2015-11-20 14:13:42 +03:00
parent 0ba6244b61
commit 92985ec52c

View file

@ -94,7 +94,8 @@ public class SearchFragment extends BaseMwmFragment
@Override
protected boolean onStartSearchClick()
{
showAllResultsOnMap();
if (!mFromRoutePlan)
showAllResultsOnMap();
return true;
}