Update contact colors

Make default contact color assignments consistent with
WhisperSystems/Textsecure@99d3a76b
This commit is contained in:
lilia 2015-07-31 10:27:48 -07:00
parent b3d93ab334
commit 2f12275cb9
4 changed files with 32 additions and 40 deletions

View file

@ -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 {