forked from FOSS/BangleApps
Update apps/contacts/contacts.app.js
Co-authored-by: Rob Pilling <robpilling@gmail.com>master
parent
a6b0be9bad
commit
8d9c8ad01b
|
@ -29,7 +29,7 @@ function mainMenu() {
|
|||
if (!contacts.length) {
|
||||
menu['No Contacts'] = () => {};
|
||||
}
|
||||
contacts.map((e, idx) => {
|
||||
contacts.forEach((e, idx) => {
|
||||
menu[e.name] = () => showContact(idx)
|
||||
})
|
||||
menu["Add Contact"] = addContact;
|
||||
|
|
Loading…
Reference in New Issue