/[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 242 by torben, Sun Aug 9 09:09:16 2009 UTC revision 243 by torben, Sun Aug 9 12:12:33 2009 UTC
# Line 70  public class DepartureList extends ListA Line 70  public class DepartureList extends ListA
70                  fetcher.execute(name);                  fetcher.execute(name);
71          }          }
72                    
73        @Override
74        public void onSaveInstanceState(Bundle outState)
75        {
76            if (pgDialog.isShowing())
77                    pgDialog.dismiss();
78        }
79            
80          @Override          @Override
81          protected void onListItemClick(ListView l, View v, int position, long id) {          protected void onListItemClick(ListView l, View v, int position, long id) {
82                  super.onListItemClick(l, v, position, id);                  super.onListItemClick(l, v, position, id);

Legend:
Removed from v.242  
changed lines
  Added in v.243

  ViewVC Help
Powered by ViewVC 1.1.20