--- android/TrainInfo/src/dk/thoerup/traininfo/DepartureListAdapter.java 2014/05/30 13:02:24 2188 +++ android/TrainInfo/src/dk/thoerup/traininfo/DepartureListAdapter.java 2014/05/30 18:34:42 2189 @@ -75,7 +75,7 @@ ((TextView) root.findViewById(R.id.Destination)).setText(station.getDestination()); //Platform source'n TritInfo er ikke perfekt - så brug den ikke indtil videre - //((TextView) root.findViewById(R.id.Platform)).setText(station.getPlatform()); + ((TextView) root.findViewById(R.id.Platform)).setText(station.getPlatform()); if ( (station.getStatus() != null && station.getStatus().length() > 0) || (station.getNote() != null && station.getNote().length() > 0) ) { ImageView image = (ImageView) root.findViewById(R.id.InfoIcon);