Skip to content

Commit

Permalink
forgot to call the setanswertext
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Jan 14, 2025
1 parent a0fe7bb commit 101b530
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,7 @@ class StatePlayerRecyclerViewAssembler private constructor(
binding.viewModel = textInputViewModel

val textInputText = textInputViewModel.answerText
textInputViewModel.setAnswerText(textInputText)
}
)
featureSets += PlayerFeatureSet(pastTextInputSupport = true)
Expand Down

0 comments on commit 101b530

Please sign in to comment.