contact list refresh problem when removing a group - fixed

cusax-fix
Yana Stamcheva 19 years ago
parent 6bfe0afaae
commit 182a15e6be

@ -809,7 +809,7 @@ else if (operation.equals(REMOVE_OPERATION)) {
.countContactsAndSubgroups(group);
int listSize = listModel.getSize();
if(listSize > 0 && removeCount > 0) {
if(listSize > 0) {
listModel.contentRemoved(listSize - 1, listSize
+ removeCount - 1);
listModel.contentChanged(groupIndex, listSize - 1);

Loading…
Cancel
Save