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

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

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

revision 1422 by torben, Mon May 2 11:54:17 2011 UTC revision 1423 by torben, Mon May 2 17:14:29 2011 UTC
# Line 429  public class DepartureList extends ListA Line 429  public class DepartureList extends ListA
429                                                    
430                                                    
431                          pgDialog.dismiss();                          pgDialog.dismiss();
432                          //TODO: differentiate whether it was a communication error with my backend  
                         //or that the backend failed because bane.dk was unavailable  
433                          if (departures != null && departures.errorCode == null) {                          if (departures != null && departures.errorCode == null) {
434                                  commFailCounter = 0;                                  commFailCounter = 0;
435                                  DepartureList.this.getListView().setVisibility(View.GONE); //Experimental, inspired by http://osdir.com/ml/Android-Developers/2010-04/msg01198.html                                  DepartureList.this.getListView().setVisibility(View.GONE); //Experimental, inspired by http://osdir.com/ml/Android-Developers/2010-04/msg01198.html

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

  ViewVC Help
Powered by ViewVC 1.1.20