Update contact colors
Make default contact color assignments consistent with WhisperSystems/Textsecure@99d3a76b
This commit is contained in:
parent
b3d93ab334
commit
2f12275cb9
4 changed files with 32 additions and 40 deletions
|
@ -250,7 +250,7 @@
|
|||
}
|
||||
var initials = title.trim()[0];
|
||||
return {
|
||||
color: Math.abs(this.hashCode()) % 17,
|
||||
color: Math.abs(this.hashCode()) % 18,
|
||||
content: initials
|
||||
};
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue