/[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 1593 by torben, Sat Jul 9 09:45:40 2011 UTC revision 1594 by torben, Wed Aug 31 20:23:36 2011 UTC
# Line 127  public class WelcomeScreen extends Activ Line 127  public class WelcomeScreen extends Activ
127          protected void onDestroy() {          protected void onDestroy() {
128                  super.onDestroy();                  super.onDestroy();
129                  if (stationLoader != null) {                  if (stationLoader != null) {
130                          stationLoader.cancel(false);                          stationLoader.cancel(true);
131                  }                  }
132                                    
133                  ProviderFactory.purgeOldEntries(); //exiting application, do some cleanup                  ProviderFactory.purgeOldEntries(); //exiting application, do some cleanup

Legend:
Removed from v.1593  
changed lines
  Added in v.1594

  ViewVC Help
Powered by ViewVC 1.1.20