mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-05-18 11:35:54 +02:00
Don't show letters with diacritics in the scrollbar
This commit is contained in:
parent
36789cf8eb
commit
c45ccd09b0
@ -253,7 +253,7 @@ abstract class MyViewPagerFragment(context: Context, attributeSet: AttributeSet)
|
||||
}
|
||||
|
||||
val character = if (name.isNotEmpty()) name.substring(0, 1) else ""
|
||||
FastScrollItemIndicator.Text(character.toUpperCase(Locale.getDefault()))
|
||||
FastScrollItemIndicator.Text(character.normalizeString().toUpperCase(Locale.getDefault()))
|
||||
} catch (e: Exception) {
|
||||
FastScrollItemIndicator.Text("")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user