re-instate old fix
This commit is contained in:
parent
3dcb1f6403
commit
df6aac0df2
1 changed files with 3 additions and 3 deletions
|
@ -183,9 +183,9 @@ public class SearchCityByNameActivity extends SearchByNameAbstractActivity<City>
|
||||||
settings.setLastSearchedCity(obj.getId(), obj.getName(region.useEnglishNames()), obj.getLocation());
|
settings.setLastSearchedCity(obj.getId(), obj.getName(region.useEnglishNames()), obj.getLocation());
|
||||||
// Issue 2535: Disabling the next 3 lines fixes the issue of the Search City dialogue becoming non-functional after the first tapping on a found village (not city)
|
// Issue 2535: Disabling the next 3 lines fixes the issue of the Search City dialogue becoming non-functional after the first tapping on a found village (not city)
|
||||||
// but then the issue is still present once a neighborhood street is selected on the Search Street screen
|
// but then the issue is still present once a neighborhood street is selected on the Search Street screen
|
||||||
if (region.getCityById(obj.getId(), obj.getName(region.useEnglishNames())) == null) {
|
//if (region.getCityById(obj.getId(), obj.getName(region.useEnglishNames())) == null) {
|
||||||
region.addCityToPreloadedList((City) obj);
|
// region.addCityToPreloadedList((City) obj);
|
||||||
}
|
//}
|
||||||
quitActivity(SearchStreetByNameActivity.class);
|
quitActivity(SearchStreetByNameActivity.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue