Code review comment for lp:~notes-app-dev/reminders-app/uriHandler

Revision history for this message
Penk Chen (penk) wrote :

If I moved the switch/case to onOpened, it works.

Also since commands[1] is guid, we need to compose a note object from it, for example:

    root.displayNote(NotesStore.note(commands[1]));

« Back to merge proposal