Skip to content

Commit

Permalink
changed value of QUESTION_INDEX_WITH_OPPIA_REFERENCE to 0 to correlat…
Browse files Browse the repository at this point in the history
…e with new index of question string.
  • Loading branch information
deonwaju committed Nov 28, 2023
1 parent 78d6fb8 commit 6fc1987
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ class FAQListViewModel @Inject constructor(
retrieveQuestionsOrAnswers(resourceHandler.getStringArrayInLocale(R.array.faq_answers))

private companion object {
private const val QUESTION_INDEX_WITH_OPPIA_REFERENCE = 1
private const val QUESTION_INDEX_WITH_OPPIA_REFERENCE = 0
}
}

0 comments on commit 6fc1987

Please sign in to comment.