Fix
This commit is contained in:
parent
bd0d51c072
commit
af25e1e1a5
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ public class QuickSearchDialogFragment extends DialogFragment implements OsmAndC
|
|||
|
||||
@Override
|
||||
public int getSearchPriority(SearchPhrase p) {
|
||||
if(!p.isNoSelectedType()) {
|
||||
if(!p.isNoSelectedType() || p.getLastWord().isEmpty()) {
|
||||
return -1;
|
||||
}
|
||||
return SEARCH_FAVORITE_API_PRIORITY;
|
||||
|
|
Loading…
Reference in a new issue