mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-03 08:13:55 +01:00
Minor changes to make things work
This commit is contained in:
parent
280d00e42e
commit
123c4adbfd
4 changed files with 6 additions and 8 deletions
|
|
@ -133,7 +133,7 @@ public class PlaceRenderer extends Renderer<Place> {
|
|||
|
||||
@Override
|
||||
public void render() {
|
||||
((CommonsApplication) getContext().getApplicationContext()).injector().inject(this);
|
||||
// ((CommonsApplication) getContext().getApplicationContext()).injector().inject(this);
|
||||
place = getContent();
|
||||
tvName.setText(place.name);
|
||||
String descriptionText = place.getLongDescription();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue