Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for sending scheduled local notifications #1458

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Conversation

anchorit3
Copy link

Description of Change

Method Send(Notification notification) in android implementation of INotificationManager was storing shared type of Notification in repository, now it will store Android Notification.

Issues Resolved

API Changes

None

Platforms Affected

  • Android

Behavioral Changes

Now scheduled notifications should appear for the user on android platform.

Testing Procedure

Don't know what to say just try to notificationManager.Send(notification) on android with ScheduleDate with and without this fix.

I recorded also video before and after fix:

shiny.notifications-bugged.mp4
shiny.notification-fixed.mp4

PR Checklist

  • Rebased on top of the target branch at time of PR
  • Changes adhere to coding standard
  • Sent to a v(branch) or DEV branch

@aritchie
Copy link
Member

Thank you for the PR. This does fix an issue, but it doesn't fix the overall issue with the latest API levels.

@aritchie aritchie merged commit a5e6b62 into shinyorg:dev Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot send local notification with a ScheduleDate set using 3.2.4
2 participants