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

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

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

revision 284 by torben, Mon Aug 10 19:44:52 2009 UTC revision 285 by torben, Fri Aug 28 06:34:42 2009 UTC
# Line 124  public class TrainInfoList extends ListA Line 124  public class TrainInfoList extends ListA
124                                  dialog.dismiss();                                  dialog.dismiss();
125                                  if (isRunning) {                                  if (isRunning) {
126                                          locator.abortLocationListener();                                          locator.abortLocationListener();
127                                          MessageBox.showMessage(TrainInfoList.this,"GPS fix timed out");                                          if (locator.hasLocation()) {
128                                                    msg.what = GOTLOCATION;
129                                                    handleMessage( msg ); // ToDo: ugly recursive call !!!
130                                            } else {
131                                                    MessageBox.showMessage(TrainInfoList.this,"GPS fix timed out");
132                                            }
133                                  }                                  }
134                                  break;                                  break;
135                          case LOOKUPSTATIONFAILED:                          case LOOKUPSTATIONFAILED:

Legend:
Removed from v.284  
changed lines
  Added in v.285

  ViewVC Help
Powered by ViewVC 1.1.20