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…
Reference in New Issue