Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Jan 11, 2025
1 parent 0a6b997 commit 2846c9b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,7 @@ class StatePlayerRecyclerViewAssembler private constructor(
customOppiaTagActionListener = customTagListener,
displayLocale = resourceHandler.getDisplayLocale()
)
Log.d("testhint","in addPastAnswersSupport condition 1")
submittedAnswerViewModel.setSubmittedAnswer(
htmlParser.parseOppiaHtml(
userAnswer.htmlAnswer,
Expand All @@ -1174,6 +1175,7 @@ class StatePlayerRecyclerViewAssembler private constructor(
)
}
else -> {
Log.d("testhint","in addPastAnswersSupport condition 2")
showSingleAnswer(binding)
submittedAnswerViewModel.setSubmittedAnswer(
userAnswer.plainAnswer, accessibleAnswer = userAnswer.contentDescription
Expand Down

0 comments on commit 2846c9b

Please sign in to comment.