--- android/TrainInfo/src/dk/thoerup/traininfo/StationList.java 2010/06/26 10:47:52 916 +++ android/TrainInfo/src/dk/thoerup/traininfo/StationList.java 2010/06/26 10:50:34 917 @@ -539,8 +539,11 @@ showMessageAndClose(getString(stationlist_nostations)); } stations = stationProvider.getStations(); + + StationList.this.getListView().invalidateViews(); adapter.setStations( stations ); + } else { //communication or parse errors AlertDialog.Builder builder = new AlertDialog.Builder(StationList.this); builder.setMessage(getString(stationlist_fetcherror));