mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-02-02 11:42:14 -05:00
fix #539, show the proper public name of private contact source at groups
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user