adding Indicator fast scroller license

This commit is contained in:
tibbi
2020-02-05 17:51:40 +01:00
parent 5fdb7a38aa
commit bb46c5de17
4 changed files with 2 additions and 5 deletions

View File

@ -521,7 +521,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
}
private fun launchAbout() {
val licenses = LICENSE_JODA or LICENSE_GLIDE or LICENSE_GSON
val licenses = LICENSE_JODA or LICENSE_GLIDE or LICENSE_GSON or LICENSE_INDICATOR_FAST_SCROLL
val faqItems = arrayListOf(
FAQItem(R.string.faq_1_title, R.string.faq_1_text),