mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
fix a glitch at group selecting dialog
This commit is contained in:
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user