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

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

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

revision 1717 by torben, Wed Mar 7 09:12:01 2012 UTC revision 1718 by torben, Mon Mar 12 09:27:14 2012 UTC
# Line 274  public class WelcomeScreen extends Activ Line 274  public class WelcomeScreen extends Activ
274                          Log.i("TrainInfo", "StationLoader.onPostExecute() ");                          Log.i("TrainInfo", "StationLoader.onPostExecute() ");
275                                                    
276                          if (silent == false) {                          if (silent == false) {
277                                  dlg.dismiss();                                  try {
278                                            dlg.dismiss();
279                                    } catch (Exception e) {
280                                            Log.e("TrainInfo", "Exception while closing dialog", e); // don't crash program
281                                    }
282                                  dlg = null;                                  dlg = null;
283                          }                          }
284                                                    

Legend:
Removed from v.1717  
changed lines
  Added in v.1718

  ViewVC Help
Powered by ViewVC 1.1.20