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

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

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

revision 1026 by torben, Tue Aug 24 19:36:27 2010 UTC revision 1027 by torben, Wed Sep 8 06:03:45 2010 UTC
# Line 137  public class DepartureList extends ListA Line 137  public class DepartureList extends ListA
137                  }                  }
138          }          }
139                    
140            @Override
141            protected void onStart() {
142                    super.onStart();
143                    ProviderFactory.purgeOldEntries();
144            }
145            
146          boolean hasNotifications() {          boolean hasNotifications() {
147                  return (departures != null && departures.notifications.size() > 0);                  return (departures != null && departures.notifications.size() > 0);
148          }          }

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

  ViewVC Help
Powered by ViewVC 1.1.20