forked from trent_larson/crowd-funder-for-time-pwa
docs: add plugin feedback for Android duplicate reminder notification
Add docs/plugin-feedback-android-duplicate-reminder-notification.md describing the duplicate notification on first-time reminder setup (one correct + one fallback). Root cause: ScheduleHelper schedules the static reminder alarm and also enqueues the prefetch worker, which on fallback schedules a second alarm via DailyNotificationScheduler. Suggested fix: for static-reminder schedules, do not enqueue prefetch (or have prefetch skip scheduleNotificationIfNeeded). The suggested plugin changes were applied and fixed the issue.
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -9452,8 +9452,8 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@timesafari/daily-notification-plugin": {
|
||||
"version": "1.1.6",
|
||||
"resolved": "git+https://gitea.anomalistdesign.com/trent_larson/daily-notification-plugin.git#9feaf60c8472d54365712473353bdd4eadb7dc90",
|
||||
"version": "1.1.7",
|
||||
"resolved": "git+https://gitea.anomalistdesign.com/trent_larson/daily-notification-plugin.git#c2b1a608045abd403fd25732a10dff08f0a00014",
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
||||
Reference in New Issue
Block a user