-
-
Notifications
You must be signed in to change notification settings - Fork 133
Description
Checklist
- I can reproduce the bug with the latest version given here.
- I made sure that there are no existing issues - open or closed - to which I could contribute my information.
- I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
- I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
- I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
- This issue contains only one bug.
- I have read and understood the contribution guidelines.
Affected app version
1.8.1
Affected Android/Custom ROM version
Android 16
Affected device model
Pixel 10
How did you install the app?
Google Play Store
Which calendar service or provider do you use, if any?
No response
Which sync adapter app do you use for calendar synchronization, if any?
No response
Steps to reproduce the bug
- Set task with a notification.
- Wait for the notification to be triggered.
- Change (e.g. postpone to an another day) that task in the calendar app (without using the notification).
- Top notification to edit the task.
Expected behavior
The task edit mode entered from the notification presents current data (i.e. that changed in the app, e.g. postponed date).
Actual behavior
The task edit mode entered from the notification presents outdated data (original one, not those edited in the meantime in the app).
NOTE. The problem is not with the outdated data displayed in the notification itself (I understand it), but the edit mode entered by tapping the notification.
Screenshots/Screen recordings
No response
Additional information
The situation doesn't occur for events as their notification disappear, if the event is edited in the app.
It would be probably best to "update" a reference to the task to show current data (not the outdated one). If problematic, maybe it should disappear as well for consistency?