Skip to content

Commit

Permalink
Merge branch 'development' into bibliotheek
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Feb 17, 2017
2 parents 96bda98 + 2d03d6d commit 52c1899
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ protected void onCreate(Bundle savedInstanceState) {
TextView startTime = $(R.id.time_start);
TextView endTime = $(R.id.time_end);

startTime.setText(event.getStart().format(format));
endTime.setText(event.getEnd().format(format));
startTime.setText(event.getLocalStart().format(format));
endTime.setText(event.getLocalEnd().format(format));

if (event.getAssociation() != null && event.getAssociation().getImageLink() != null) {
Picasso.with(this).load(event.getAssociation().getImageLink()).into(organisatorImage, new Callback.EmptyCallback() {
Expand Down

0 comments on commit 52c1899

Please sign in to comment.