Skip to content

Commit

Permalink
correct answerText
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Jan 10, 2025
1 parent 6fe7093 commit 5741a53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class TextInputViewModel private constructor(
userAnswerState: UserAnswerState
) : StateItemViewModel(ViewType.TEXT_INPUT_INTERACTION), InteractionAnswerHandler {
//subha hint make
lateinit var answerText: CharSequence
var answerText: CharSequence = ""
private var answerErrorCetegory: AnswerErrorCategory = AnswerErrorCategory.NO_ERROR
val hintText: CharSequence = deriveHintText(interaction)
private var pendingAnswerError: String? = null
Expand Down

0 comments on commit 5741a53

Please sign in to comment.