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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悶 Fix bug where the notification does not have the updated title in iOS #648

Merged
merged 1 commit into from Apr 19, 2024

Conversation

igorescodro
Copy link
Owner

In iOS, the notification is scheduled with the task data when it is created. This means that if the title changes over time, the notification would show the outdated title when the notification is launched.

In this proposed fix, the notification is updated when the title changes, providing the latest info to the interactor.

In iOS, the notification is scheduled with the task data when it is
created. This means that if the title changes over time, the
notification would show the outdated title when the notification is
launched.

In this proposed fix, the notification is updated when the title
changes, providing the latest info to the interactor.
@igorescodro igorescodro merged commit 3c58ac0 into main Apr 19, 2024
4 checks passed
@igorescodro igorescodro deleted the fix/notification-ios branch April 19, 2024 23:27
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.

None yet

1 participant