fix #460, removing dividers to make the UI fresher

This commit is contained in:
tibbi
2019-12-05 11:29:46 +01:00
parent 2410669e2d
commit b1e7ab9c63
12 changed files with 65 additions and 67 deletions

View File

@ -106,7 +106,6 @@ class GroupContactsActivity : SimpleActivity(), RemoveFromGroupListener, Refresh
ContactsAdapter(this, contacts, this, LOCATION_GROUP_CONTACTS, this, group_contacts_list, group_contacts_fastscroller) {
contactClicked(it as Contact)
}.apply {
addVerticalDividers(true)
group_contacts_list.adapter = this
}