ThisIsSidam / rem-reminds-you

A repetitive reminder application. You missed the reminder? Don't worry, It'll pop up and remind you again.
GNU General Public License v3.0
28 stars 0 forks source link

Reminders with Repeat on would directly get deleted if a notification is marked as "Done" when app is not active #2

Closed ThisIsSidam closed 2 months ago

ThisIsSidam commented 2 months ago

When you add a reminder with repeats on, like daily repeats, and you get a notification for the reminder, the app is in terminated state and you mark the notification as "Done", the reminder gets deleted and no future iteration of it is generated.

It is because when app is terminated, the reminders are stored which will then be deleted when the app is opened. It seems the deletion of these reminders does not follow the normal path.