We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede8c76 commit c00f755Copy full SHA for c00f755
app/src/main/java/fr/free/nrw/commons/nearby/PlaceRenderer.java
@@ -45,7 +45,7 @@ public void render() {
45
tvName.setText(place.name);
46
String descriptionText = place.getLongDescription();
47
if (descriptionText.equals("?")) {
48
- descriptionText = getContext().getString(R.string.no_description_found);
+ descriptionText = "";
49
}
50
tvDesc.setText(descriptionText);
51
distance.setText(place.distance);
0 commit comments