parent
0f2aecc257
commit
f68e53bb38
|
@ -1 +1 @@
|
|||
Subproject commit 5f7bd307ef6c10befb6d65771ff1a65ac74df39f
|
||||
Subproject commit 0b855bfb48159850decbed55b3427bd2c3f3ad96
|
|
@ -114,6 +114,9 @@ Page {
|
|||
compressedKeyGetter: function(pubKey) {
|
||||
return Utils.getCompressedPk(pubKey);
|
||||
}
|
||||
colorIdForPubkeyGetter: function (pubKey) {
|
||||
return Utils.colorIdForPubkey(pubKey);
|
||||
}
|
||||
onTextChanged: {
|
||||
sortModel(root.contactsModel);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue