fix(CreateChatView): icon color was not correct

Closes #5875
This commit is contained in:
Alexandra Betouni 2022-05-31 13:50:06 +03:00 committed by Alexandra Betouni
parent 0f2aecc257
commit f68e53bb38
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit 5f7bd307ef6c10befb6d65771ff1a65ac74df39f
Subproject commit 0b855bfb48159850decbed55b3427bd2c3f3ad96

View File

@ -114,6 +114,9 @@ Page {
compressedKeyGetter: function(pubKey) {
return Utils.getCompressedPk(pubKey);
}
colorIdForPubkeyGetter: function (pubKey) {
return Utils.colorIdForPubkey(pubKey);
}
onTextChanged: {
sortModel(root.contactsModel);
}