Minor changes to make things work

This commit is contained in:
maskara 2018-03-03 00:30:44 +05:30
parent 280d00e42e
commit 123c4adbfd
4 changed files with 6 additions and 8 deletions

View file

@ -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();