Skip to content

Commit

Permalink
Show FAQ entry on the about page
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensingh committed Jan 14, 2025
1 parent 6b8b360 commit 6a486e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ class MainActivity : SimpleActivity() {
val faqItems = arrayListOf(
FAQItem(R.string.faq_1_title, R.string.faq_1_text),
FAQItem(R.string.faq_2_title, R.string.faq_2_text),
FAQItem(R.string.faq_3_title, R.string.faq_3_text),
FAQItem(R.string.faq_9_title_commons, R.string.faq_9_text_commons)
)

Expand Down

0 comments on commit 6a486e4

Please sign in to comment.