removing a payment related FAQ item

This commit is contained in:
tibbi 2022-07-10 11:29:55 +02:00
parent e26cbca59d
commit 5ce711e08c
1 changed files with 0 additions and 1 deletions

View File

@ -465,7 +465,6 @@ class MainActivity : SimpleActivity() {
val licenses = LICENSE_GLIDE or LICENSE_INDICATOR_FAST_SCROLL or LICENSE_AUTOFITTEXTVIEW val licenses = LICENSE_GLIDE or LICENSE_INDICATOR_FAST_SCROLL or LICENSE_AUTOFITTEXTVIEW
val faqItems = arrayListOf( val faqItems = arrayListOf(
FAQItem(R.string.faq_7_title_commons, R.string.faq_7_text_commons),
FAQItem(R.string.faq_9_title_commons, R.string.faq_9_text_commons) FAQItem(R.string.faq_9_title_commons, R.string.faq_9_text_commons)
) )