Make bilingual text visible for city
This commit is contained in:
parent
4583d4cea4
commit
cd7ccb85e8
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ public class SearchCityByNameActivity extends SearchByNameAbstractActivity<City>
|
||||||
}
|
}
|
||||||
return name;
|
return name;
|
||||||
} else {
|
} else {
|
||||||
return obj.getName(region.getLang());
|
return getShortText(obj);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue