[android] fix wiki description not always shown #5168
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ public class PlacePageWikipediaFragment extends Fragment implements Observer<Map
|
|||
UiUtils.hide(mPlaceDescriptionViewContainer);
|
||||
else
|
||||
{
|
||||
UiUtils.show(mPlaceDescriptionViewContainer);
|
||||
mPlaceDescriptionView.setText(getShortDescription());
|
||||
final String descriptionString = mPlaceDescriptionView.getText().toString();
|
||||
mPlaceDescriptionView.setOnLongClickListener((v) -> {
|
||||
|
|
Reference in a new issue