-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BA form performance triage and improvement #1805
base: master-v1
Are you sure you want to change the base?
Conversation
@@ -32,7 +32,7 @@ | |||
public static void startMe(Activity activity, String baseEntityID, Boolean isEditMode) { | |||
Intent intent = new Intent(activity, AncHomeVisitActivity.class); | |||
intent.putExtra(org.smartregister.chw.anc.util.Constants.ANC_MEMBER_OBJECTS.BASE_ENTITY_ID, baseEntityID); | |||
intent.putExtra(org.smartregister.chw.anc.util.Constants.ANC_MEMBER_OBJECTS.EDIT_MODE, isEditMode); | |||
intent.putExtra(org.smartregister.chw.anc.util.Constants.ANC_MEMBER_OBJECTS.EDIT_MODE, isEditMode); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove extra space
@@ -0,0 +1,591 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we commit the Google Services JSON file. This should be ignored in .gitignore
@hilpitome Can this PR's title have a description instead of the issue number? |
This reverts commit 05c1197.
Fixes issue #1797