forked from organicmaps/organicmaps
[android] fix: Do not show search results while route planning.
This commit is contained in:
parent
0ba6244b61
commit
92985ec52c
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ public class SearchFragment extends BaseMwmFragment
|
|||
@Override
|
||||
protected boolean onStartSearchClick()
|
||||
{
|
||||
showAllResultsOnMap();
|
||||
if (!mFromRoutePlan)
|
||||
showAllResultsOnMap();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue