adding a fastscroller with letters at the contact list
This commit is contained in:
parent
06f61b55cb
commit
9b758b617d
4 changed files with 55 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue