adding a fastscroller with letters at the contact list

This commit is contained in:
tibbi 2020-04-13 21:58:12 +02:00
parent 06f61b55cb
commit 9b758b617d
4 changed files with 55 additions and 1 deletions

View file

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