mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-04-03 12:51:01 +02:00
show empty list placeholder at Group activity when appropriate
This commit is contained in:
parent
1422ae1d9d
commit
9f01cb5389
@ -130,7 +130,7 @@ class GroupContactsActivity : SimpleActivity(), RemoveFromGroupListener, Refresh
|
|||||||
override fun removeFromGroup(contacts: ArrayList<Contact>) {
|
override fun removeFromGroup(contacts: ArrayList<Contact>) {
|
||||||
Thread {
|
Thread {
|
||||||
removeContactsFromGroup(contacts, group.id!!)
|
removeContactsFromGroup(contacts, group.id!!)
|
||||||
if (groupContacts.size == 0) {
|
if (groupContacts.size == contacts.size) {
|
||||||
refreshContacts()
|
refreshContacts()
|
||||||
}
|
}
|
||||||
}.start()
|
}.start()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user