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

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

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

revision 1244 by torben, Sat Mar 26 01:49:11 2011 UTC revision 1245 by torben, Wed Mar 30 17:26:50 2011 UTC
# Line 461  public class StationList extends ListAct Line 461  public class StationList extends ListAct
461    
462    
463                          if (locationLookup.elapsedTime() >=  GPS_TIMEOUT_MS) {                          if (locationLookup.elapsedTime() >=  GPS_TIMEOUT_MS) {
464                                  try {                                  dismissDialog(DLG_PROGRESS);
465                                          dismissDialog(DLG_PROGRESS);  
                                 } catch (IllegalArgumentException ex) {  
                                         // I get  stacktraces that reports an exception is thrown here -  
                                         // but i can not recreate the situation that causes said exception  
                                         Log.e("TrainInfo", "Why the f*** is this exception thrown here ?? " + ex.getMessage() );  
                                 }  
466    
467                                  locationLookup.stopSearch();                                  locationLookup.stopSearch();
468    

Legend:
Removed from v.1244  
changed lines
  Added in v.1245

  ViewVC Help
Powered by ViewVC 1.1.20