Fix address search sorting
This commit is contained in:
parent
51d9605cde
commit
28938b67a0
1 changed files with 1 additions and 1 deletions
|
@ -1156,7 +1156,7 @@ public class QuickSearchDialogFragment extends DialogFragment implements OsmAndC
|
|||
SearchSettings settings = searchUICore.getSearchSettings()
|
||||
.setEmptyQueryAllowed(true)
|
||||
.setAddressSearch(true)
|
||||
.setSortByName(true)
|
||||
.setSortByName(false)
|
||||
.setSearchTypes(ObjectType.CITY, ObjectType.VILLAGE, ObjectType.POSTCODE,
|
||||
ObjectType.HOUSE, ObjectType.STREET_INTERSECTION, ObjectType.STREET,
|
||||
ObjectType.LOCATION, ObjectType.PARTIAL_LOCATION)
|
||||
|
|
Loading…
Reference in a new issue