mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Removed No description label
This commit is contained in:
parent
ede8c76d45
commit
c00f755492
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class PlaceRenderer extends Renderer<Place> {
|
|||
tvName.setText(place.name);
|
||||
String descriptionText = place.getLongDescription();
|
||||
if (descriptionText.equals("?")) {
|
||||
descriptionText = getContext().getString(R.string.no_description_found);
|
||||
descriptionText = "";
|
||||
}
|
||||
tvDesc.setText(descriptionText);
|
||||
distance.setText(place.distance);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue