/[projects]/android/TrainInfo/src/dk/thoerup/traininfo/TimetableList.java
ViewVC logotype

Diff of /android/TrainInfo/src/dk/thoerup/traininfo/TimetableList.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1422 by torben, Mon May 2 16:08:01 2011 UTC revision 1423 by torben, Mon May 2 17:14:29 2011 UTC
# Line 181  public class TimetableList extends ListA Line 181  public class TimetableList extends ListA
181                          super.onPostExecute(result);                          super.onPostExecute(result);
182                          dismissDialog(DLG_PROGRESS);                          dismissDialog(DLG_PROGRESS);
183                    
184                          //TODO: differentiate between a communication error and a downed bane.dk site    
185                          if (timetables != null && timetables.errorCode == null) {                          if (timetables != null && timetables.errorCode == null) {
186                                  commFailCounter = 0;                                  commFailCounter = 0;
187                                  TimetableList.this.getListView().invalidateViews();                                  TimetableList.this.getListView().invalidateViews();

Legend:
Removed from v.1422  
changed lines
  Added in v.1423

  ViewVC Help
Powered by ViewVC 1.1.20