adding a new FAQ item
This commit is contained in:
parent
3f2ceaca8e
commit
7289d0a8ea
1 changed files with 2 additions and 1 deletions
|
@ -72,8 +72,9 @@ fun Activity.launchCamera() {
|
|||
}
|
||||
|
||||
fun SimpleActivity.launchAbout() {
|
||||
val faqItems = arrayOf(
|
||||
val faqItems = arrayListOf(
|
||||
FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons),
|
||||
FAQItem(R.string.faq_3_title_commons, R.string.faq_3_text_commons),
|
||||
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),
|
||||
|
|
Loading…
Reference in a new issue