Fix poi filter
This commit is contained in:
parent
27385b6664
commit
88aa84ecae
1 changed files with 3 additions and 0 deletions
|
@ -285,6 +285,9 @@ public class SearchPoiFilterFragment extends OsmAndListFragment implements Searc
|
|||
icon.setImageDrawable(null);
|
||||
}
|
||||
name = st.getTranslation();
|
||||
if(st.isAdditional()) {
|
||||
name += " (" + ((PoiType) st).getParentType().getTranslation() + ")";
|
||||
}
|
||||
}
|
||||
label.setText(name);
|
||||
return (row);
|
||||
|
|
Loading…
Reference in a new issue