← Back to team overview

dhis-mobile-devs team mailing list archive

[Branch ~dhis-mobile-devs/dhis-mobile/lwuit-tracking] Rev 174: minor

 

------------------------------------------------------------
revno: 174
committer: Lai <lai.hispvietnam@xxxxxxxxx>
branch nick: lwuit-tracking
timestamp: Wed 2013-10-23 14:41:35 +0700
message:
  minor
modified:
  src/org/hisp/dhis/mobile/connection/task/GetVariesInfoTask.java
  src/org/hisp/dhis/mobile/view/PersonRegistrationView.java


--
lp:~dhis-mobile-devs/dhis-mobile/lwuit-tracking
https://code.launchpad.net/~dhis-mobile-devs/dhis-mobile/lwuit-tracking

Your team DHIS mobile developers is subscribed to branch lp:~dhis-mobile-devs/dhis-mobile/lwuit-tracking.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis-mobile-devs/dhis-mobile/lwuit-tracking/+edit-subscription
=== modified file 'src/org/hisp/dhis/mobile/connection/task/GetVariesInfoTask.java'
--- src/org/hisp/dhis/mobile/connection/task/GetVariesInfoTask.java	2013-10-23 07:36:42 +0000
+++ src/org/hisp/dhis/mobile/connection/task/GetVariesInfoTask.java	2013-10-23 07:41:35 +0000
@@ -66,7 +66,6 @@
         finally
         {
             nameBasedMIDlet.getPersonRegistrationView().setEnrollProgramId( programId );
-            //nameBasedMIDlet.getPersonRegistrationView().prepareView();
             nameBasedMIDlet.getPersonRegistrationView().showView();
         }
 

=== modified file 'src/org/hisp/dhis/mobile/view/PersonRegistrationView.java'
--- src/org/hisp/dhis/mobile/view/PersonRegistrationView.java	2013-10-23 07:36:42 +0000
+++ src/org/hisp/dhis/mobile/view/PersonRegistrationView.java	2013-10-23 07:41:35 +0000
@@ -115,7 +115,6 @@
 
     public void prepareView()
     {
-        System.out.println("hey hey");
         System.gc();
         getMainForm();
         mainForm.removeAll();
@@ -123,7 +122,6 @@
         requiredLabel = null;
         patientIdentifierVector = null;
         offlinePatientIdentifierVector = null;*/
-        requireAttributeVector = new Vector();
         patientIdentifierValueVector = new Vector();
         patientAttributeValueVector = new Vector();