Fix poi additional
This commit is contained in:
parent
a635717643
commit
9bbc7b0333
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ public class AppInitializer implements IProgress {
|
|||
@Override
|
||||
public String getTranslation(AbstractPoiType type) {
|
||||
try {
|
||||
Field f = R.string.class.getField("poi_" + type.getKeyName());
|
||||
Field f = R.string.class.getField("poi_" + type.getIconKeyName());
|
||||
if (f != null) {
|
||||
Integer in = (Integer) f.get(null);
|
||||
return app.getString(in);
|
||||
|
|
Loading…
Reference in a new issue