fix(statustagselector): contacts list was not visible
Closes #5199 Closes #5258
This commit is contained in:
parent
57fb0882aa
commit
e26befb6c2
|
@ -1 +1 @@
|
||||||
Subproject commit 43b8e433039bfd88739927a68bc46363a5b8d0cf
|
Subproject commit 31a1c60eb1ce2cfdb9551c3f18314400c11eb4e7
|
|
@ -44,6 +44,7 @@ Page {
|
||||||
{"publicId": entry.publicId, "name": entry.name,
|
{"publicId": entry.publicId, "name": entry.name,
|
||||||
"icon": entry.icon, "isIdenticon": entry.isIdenticon});
|
"icon": entry.icon, "isIdenticon": entry.isIdenticon});
|
||||||
}
|
}
|
||||||
|
tagSelector.sortModel(root.contactsModel);
|
||||||
} else {
|
} else {
|
||||||
tagSelector.namesModel.clear();
|
tagSelector.namesModel.clear();
|
||||||
contactsModel.clear();
|
contactsModel.clear();
|
||||||
|
@ -105,7 +106,6 @@ Page {
|
||||||
onTextChanged: {
|
onTextChanged: {
|
||||||
sortModel(root.contactsModel);
|
sortModel(root.contactsModel);
|
||||||
}
|
}
|
||||||
Component.onCompleted: { sortModel(root.contactsModel); }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
StatusButton {
|
StatusButton {
|
||||||
|
|
Loading…
Reference in New Issue