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,
|
||||
"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 {
|
||||
|
|
Loading…
Reference in New Issue