Skip to content

Commit

Permalink
Update MainActivity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
vshcherb committed Aug 13, 2016
1 parent bc23b66 commit cc648a0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -264,7 +264,7 @@ public void onFocusChange(View v, boolean hasFocus) {
net.osmand.core.jni.LatLon latLon = Utilities.convert31ToLatLon(target31);
SearchSettings settings = searchUICore.getPhrase().getSettings().setOriginalLocation(
new LatLon(latLon.getLatitude(), latLon.getLongitude()));
settings = settings.setLang(LANGUAGE);
settings = settings.setLang(LANGUAGE, false);
searchUICore.updateSettings(settings);

adapter.setLocation(new LatLon(latLon.getLatitude(), latLon.getLongitude()));
Expand Down

0 comments on commit cc648a0

Please sign in to comment.