From 878031cae84dc010be60aecd05d5a9ab54e15aa0 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sat, 27 Jun 2026 22:19:12 -0400 Subject: [PATCH] Fix: Make sure notification skip for achieve tasks https://github.com/donetick/donetick/issues/695 --- src/views/Chores/LocalNotificationScheduler.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/Chores/LocalNotificationScheduler.js b/src/views/Chores/LocalNotificationScheduler.js index 7ca1968..d5f5572 100644 --- a/src/views/Chores/LocalNotificationScheduler.js +++ b/src/views/Chores/LocalNotificationScheduler.js @@ -190,7 +190,11 @@ const scheduleChoreNotification = async ( for (let i = 0; i < chores.length; i++) { const chore = chores[i] try { - if (chore.notification === false || chore.nextDueDate === null) { + if ( + chore.notification === false || + chore.nextDueDate === null || + chore.isActive === false + ) { continue } scheduleNotificationFromTemplate(