fix(statustagselector): contacts list was not visible

Closes #5199
Closes #5258
This commit is contained in:
Alexandra Betouni 2022-03-28 22:33:38 +03:00 committed by Alexandra Betouni
parent 57fb0882aa
commit e26befb6c2
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 43b8e433039bfd88739927a68bc46363a5b8d0cf
Subproject commit 31a1c60eb1ce2cfdb9551c3f18314400c11eb4e7

View File

@ -44,6 +44,7 @@ Page {
{"publicId": entry.publicId, "name": entry.name,
"icon": entry.icon, "isIdenticon": entry.isIdenticon});
}
tagSelector.sortModel(root.contactsModel);
} else {
tagSelector.namesModel.clear();
contactsModel.clear();
@ -105,7 +106,6 @@ Page {
onTextChanged: {
sortModel(root.contactsModel);
}
Component.onCompleted: { sortModel(root.contactsModel); }
}
StatusButton {