Skip to content

Commit

Permalink
add 1
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Jan 13, 2025
1 parent 6e2b398 commit eeaae8c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ class FractionInteractionViewModel private constructor(
userAnswerState: UserAnswerState
) : StateItemViewModel(ViewType.FRACTION_INPUT_INTERACTION), InteractionAnswerHandler {
private var pendingAnswerError: String? = null
var answerText: CharSequence = userAnswerState.textInputAnswer
//subha hinta
var answerText: CharSequence = "1"
private var answerErrorCetegory: AnswerErrorCategory = AnswerErrorCategory.NO_ERROR
var isAnswerAvailable = ObservableField<Boolean>(false)
var errorMessage = ObservableField<String>("")
Expand Down

0 comments on commit eeaae8c

Please sign in to comment.