Skip to content

Commit

Permalink
update builder name (#1975)
Browse files Browse the repository at this point in the history
  • Loading branch information
omarismail94 committed Apr 17, 2023
1 parent 135feb2 commit 8308d19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ class QuestionnaireFragment : Fragment() {
args.add(EXTRA_QUESTIONNAIRE_RESPONSE_JSON_URI to questionnaireResponseUri)
}

fun setQuestionnaireResourceContext(questionnaireResourceContext: String) = apply {
args.add(EXTRA_QUESTIONNAIRE_LAUNCH_CONTEXT_JSON_STRING to questionnaireResourceContext)
fun setQuestionnaireLaunchContext(questionnaireLaunchContext: String) = apply {
args.add(EXTRA_QUESTIONNAIRE_LAUNCH_CONTEXT_JSON_STRING to questionnaireLaunchContext)
}

/**
Expand Down

0 comments on commit 8308d19

Please sign in to comment.