/[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 1027 by torben, Wed Sep 8 06:03:45 2010 UTC revision 1028 by torben, Wed Sep 8 06:25:13 2010 UTC
# Line 115  public class StationList extends ListAct Line 115  public class StationList extends ListAct
115                                    
116                  isLaunchedforShortcut = getIntent().getBooleanExtra("shortcut", false);                  isLaunchedforShortcut = getIntent().getBooleanExtra("shortcut", false);
117                                    
118                    ProviderFactory.purgeOldEntries(); //cleanup before fetching more data
119                    
120                  if (savedInstanceState == null) {                  if (savedInstanceState == null) {
121    
122                                                    
# Line 141  public class StationList extends ListAct Line 143  public class StationList extends ListAct
143          }          }
144                    
145                    
           
   
         @Override  
         protected void onStart() {  
                 super.onStart();  
                 ProviderFactory.purgeOldEntries();  
         }  
146    
147    
148    

Legend:
Removed from v.1027  
changed lines
  Added in v.1028

  ViewVC Help
Powered by ViewVC 1.1.20