--- android/TrainInfo/src/dk/thoerup/traininfo/provider/XmlStationProvider.java 2010/08/02 23:01:47 1004 +++ android/TrainInfo/src/dk/thoerup/traininfo/provider/XmlStationProvider.java 2010/08/02 23:03:11 1005 @@ -68,6 +68,7 @@ if (tmpStations != null) { Log.i("lookupStations", "cache hit " + url); + stations = tmpStations; result = true; } else { result = fetchStations(url);