adding a new FAQ item about changing the MMS size limit
This commit is contained in:
parent
f2c42cd826
commit
f80fc16b6a
29 changed files with 68 additions and 11 deletions
|
|
@ -340,6 +340,7 @@ class MainActivity : SimpleActivity() {
|
|||
val licenses = LICENSE_EVENT_BUS or LICENSE_SMS_MMS or LICENSE_INDICATOR_FAST_SCROLL
|
||||
|
||||
val faqItems = arrayListOf(
|
||||
FAQItem(R.string.faq_2_title, R.string.faq_2_text),
|
||||
FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons),
|
||||
FAQItem(R.string.faq_6_title_commons, R.string.faq_6_text_commons),
|
||||
FAQItem(R.string.faq_9_title_commons, R.string.faq_9_text_commons)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue