adding the SMS MMS license

This commit is contained in:
tibbi 2020-04-10 20:19:31 +02:00
parent 02ba0e3651
commit e92576f876
2 changed files with 2 additions and 2 deletions

View file

@ -154,7 +154,7 @@ class MainActivity : SimpleActivity() {
}
private fun launchAbout() {
val licenses = LICENSE_EVENT_BUS
val licenses = LICENSE_EVENT_BUS or LICENSE_SMS_MMS
val faqItems = arrayListOf(
FAQItem(R.string.faq_2_title_commons, R.string.faq_2_text_commons),