updating Commons with some recycler view selection updates

This commit is contained in:
tibbi
2018-10-10 23:59:02 +02:00
parent f00f0e1e60
commit 00f00514a1
6 changed files with 21 additions and 23 deletions

View File

@ -247,7 +247,7 @@ class MainActivity : SimpleActivity() {
}
private fun launchAbout() {
val licenses = LICENSE_MULTISELECT or LICENSE_GLIDE or LICENSE_PATTERN or LICENSE_REPRINT
val licenses = LICENSE_GLIDE or LICENSE_PATTERN or LICENSE_REPRINT
val faqItems = arrayListOf(
FAQItem(R.string.faq_3_title_commons, R.string.faq_3_text_commons),