/android/import-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/import-contacts

« back to all changes in this revision

Viewing changes to src/org/waxworlds/importcontacts/WizardActivity.java

  • Committer: edam
  • Date: 2009-01-13 06:37:52 UTC
  • Revision ID: edam@waxworlds.org-20090113063752-kjbyjqksaez1g7uv
updated todo list

Show diffs side-by-side

added added

removed removed

43
43
                Button next = (Button)findViewById( R.id.next );
44
44
                next.setOnClickListener( new View.OnClickListener() {
45
45
                        public void onClick( View view ) {
46
 
                                onNext();
 
46
                                switchToState( _nextState );
47
47
                        }
48
48
                } );
49
49
 
65
65
                }
66
66
        }
67
67
 
68
 
        protected void onNext()
69
 
        {
70
 
                switchToState( _nextState );
71
 
        }
72
 
 
73
68
        protected void setNextState( int nextState )
74
69
        {
75
70
                // set next state and enable button