Skip to content

Commit

Permalink
Create a todo for replacing multiple choice ux with compose (#2931)
Browse files Browse the repository at this point in the history
  • Loading branch information
shobhitagarwal1612 authored Dec 16, 2024
1 parent d620edc commit 958b415
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class MultipleChoiceTaskFragment : AbstractTaskFragment<MultipleChoiceTaskViewMo
TaskViewFactory.createWithHeader(inflater)

override fun onCreateTaskBody(inflater: LayoutInflater): View {
// TODO: Replace with compose ux
binding = MultipleChoiceTaskFragBinding.inflate(inflater)
setupMultipleChoice(binding.selectOptionList)
return binding.root
Expand Down

0 comments on commit 958b415

Please sign in to comment.