fix(android): Java call sites for scheduleExactNotification need 8th parameter
Add skipPendingIntentIdempotence (false) to NotifyReceiver.scheduleExactNotification calls in DailyNotificationReceiver.java and DailyNotificationWorker.java so consuming apps compile. Rollover paths do not skip idempotence. - DailyNotificationReceiver: scheduleNextNotification() — add 8th arg false - DailyNotificationWorker: scheduleNextNotification() — add 8th arg false - Bump version to 1.1.3 (package.json, CHANGELOG, native/TS refs)
This commit is contained in:
Reference in New Issue
Block a user