Skip to content

Commit

Permalink
[wip] Test with reviewMode
Browse files Browse the repository at this point in the history
  • Loading branch information
LZRS committed Sep 15, 2023
1 parent 71e1856 commit 5d423ec
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ class ScreenerFragment : Fragment(R.layout.screener_encounter_fragment) {
childFragmentManager.commit {
add(
R.id.add_patient_container,
QuestionnaireFragment.builder().setQuestionnaire(viewModel.questionnaire).build(),
QuestionnaireFragment.builder()
.showReviewPageBeforeSubmit(true)
.setShowQuestionnairePageAsDefaultLongScroll(true)
.setQuestionnaire(viewModel.questionnaire)
.build(),
QUESTIONNAIRE_FRAGMENT_TAG
)
}
Expand Down

0 comments on commit 5d423ec

Please sign in to comment.