fix(CreateChatView): clicking new group chat duplicates contacts
Closes #6135
This commit is contained in:
parent
301e89ef48
commit
7acacee80e
|
@ -49,6 +49,7 @@ Page {
|
||||||
}
|
}
|
||||||
tagSelector.sortModel(root.contactsModel);
|
tagSelector.sortModel(root.contactsModel);
|
||||||
} else {
|
} else {
|
||||||
|
contactsModel.clear();
|
||||||
tagSelector.namesModel.clear();
|
tagSelector.namesModel.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue