1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

iOS: Get notifications to work

This commit is contained in:
Laurent Cozic
2017-11-28 19:36:47 +00:00
parent 67a457b9c5
commit 11517fa037
3 changed files with 863 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ class AlarmService {
const driver = this.driver();
let alarm = await Alarm.byNoteId(note.id);
let alarm = noteId ? await Alarm.byNoteId(noteId) : null;
let clearAlarm = false;
const makeNotificationFromAlarm = (alarm) => {