You've already forked joplin
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:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user