Skip to content
This repository was archived by the owner on Feb 8, 2022. It is now read-only.

Commit 6aeb934

Browse files
authored
Merge pull request #79 from fieldsight/78-feature/use-fetchAllForms
[#78] uses fetchAllForms()
2 parents eacd95b + 3b78e60 commit 6aeb934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

collect_app/src/main/java/org/bcss/collect/naxa/sync/DownloadViewModel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ public void downloadOneItem(int syncableItem) {
414414
fetchStagedForms();
415415
break;
416416
case Constant.DownloadUID.ODK_FORMS:
417-
fetchAllFormsV2();
417+
fetchAllForms();
418418
break;
419419
case Constant.DownloadUID.PROJECT_SITES:
420420
ProjectSitesRemoteSource.getInstance().getAll();
@@ -426,7 +426,7 @@ public void downloadOneItem(int syncableItem) {
426426
SiteTypeRemoteSource.getINSTANCE().getAll();
427427
break;
428428
case ALL_FORMS:
429-
fetchAllFormsV2();
429+
fetchAllForms();
430430
break;
431431
case EDU_MATERIALS:
432432
EducationalMaterialsRemoteSource.getInstance().getAll();

0 commit comments

Comments
 (0)