mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-02-17 03:51:03 +01:00
fix a glitch at group selecting dialog
This commit is contained in:
parent
971bcbf29f
commit
1422ae1d9d
@ -203,8 +203,8 @@ class ContactsAdapter(activity: SimpleActivity, var contactItems: ArrayList<Cont
|
|||||||
ContactsHelper(activity).getStoredGroups {
|
ContactsHelper(activity).getStoredGroups {
|
||||||
it.forEach {
|
it.forEach {
|
||||||
items.add(RadioItem(it.id!!.toInt(), it.title))
|
items.add(RadioItem(it.id!!.toInt(), it.title))
|
||||||
items.add(RadioItem(NEW_GROUP_ID, activity.getString(R.string.create_new_group)))
|
|
||||||
}
|
}
|
||||||
|
items.add(RadioItem(NEW_GROUP_ID, activity.getString(R.string.create_new_group)))
|
||||||
showGroupsPicker(items)
|
showGroupsPicker(items)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user