|
@@ -845,7 +845,6 @@
|
|
|
onContactAdded (contact) {
|
|
|
this.addRosterContact(contact).update();
|
|
|
this.updateFilter();
|
|
|
- this.sortAndPositionAllItems();
|
|
|
},
|
|
|
|
|
|
onContactChange (contact) {
|
|
@@ -895,6 +894,7 @@
|
|
|
|
|
|
addContactToGroup (contact, name, options) {
|
|
|
this.getGroup(name).contacts.add(contact, options);
|
|
|
+ this.sortAndPositionAllItems();
|
|
|
},
|
|
|
|
|
|
addExistingContact (contact, options) {
|