mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-01-27 14:09:57 +01:00
fix #539, show the proper public name of private contact source at groups
This commit is contained in:
parent
bb496bbdfb
commit
54dafaecd2
@ -41,7 +41,7 @@ class CreateNewGroupDialog(val activity: BaseSimpleActivity, val callback: (newG
|
||||
|
||||
val items = ArrayList<RadioItem>()
|
||||
contactSources.forEachIndexed { index, contactSource ->
|
||||
items.add(RadioItem(index, contactSource.name))
|
||||
items.add(RadioItem(index, contactSource.publicName))
|
||||
}
|
||||
|
||||
activity.runOnUiThread {
|
||||
|
Loading…
x
Reference in New Issue
Block a user