Support for iOS theme
This commit is contained in:
parent
644bc9e6fb
commit
087dd0f758
7 changed files with 226 additions and 19 deletions
|
@ -141,9 +141,17 @@ const CONTACTS = COLORS.map((color, index) => {
|
|||
return parent.ConversationController.dangerouslyCreateAndAdd(contact);
|
||||
});
|
||||
|
||||
const me = parent.ConversationController.dangerouslyCreateAndAdd({
|
||||
id: ourNumber,
|
||||
name: 'Me!',
|
||||
type: 'private',
|
||||
color: 'light_blue',
|
||||
});
|
||||
|
||||
export {
|
||||
COLORS,
|
||||
CONTACTS,
|
||||
me,
|
||||
};
|
||||
|
||||
parent.textsecure.storage.user.getNumber = () => ourNumber;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue