Skip to content

Commit

Permalink
Merge pull request #231 from google/db/fix_factory_visibility
Browse files Browse the repository at this point in the history
Fix QuestionnaireItemDropDownViewHolderFactory visibility
  • Loading branch information
deepankarb authored Feb 9, 2021
2 parents b951884 + dee2a37 commit 6db3dc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import com.google.android.fhir.datacapture.responseAnswerValueX
import com.google.android.material.textfield.TextInputLayout
import com.google.fhir.r4.core.QuestionnaireResponse

object QuestionnaireItemDropDownViewHolderFactory : QuestionnaireItemViewHolderFactory(
internal object QuestionnaireItemDropDownViewHolderFactory : QuestionnaireItemViewHolderFactory(
R.layout.questionnaire_item_drop_down_view
) {
override fun getQuestionnaireItemViewHolderDelegate() =
Expand Down

0 comments on commit 6db3dc5

Please sign in to comment.