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(ios): don't show duplicate first tapped notification #25

Merged
merged 1 commit into from
Jul 29, 2023

Conversation

ben-xD
Copy link
Owner

@ben-xD ben-xD commented Jul 29, 2023

The first tapped notification (that started app) was duplicated in onNotificationTap and notificationTapWhichLaunchedAppFromTerminated

@kaiquegazola, looks like that code removed in #19 was there for a reason, but it was buggy so this should fix it.

Closes #24

The first tapped notification (that started app) was duplicated in `onNotificationTap` and `notificationTapWhichLaunchedAppFromTerminated`

@kaiquegazola, looks like that code removed in #19 was there for a reason, but it was buggy so this should fix it.

Closes #24
@ben-xD ben-xD force-pushed the fix-ios-double-notification branch from dbe4cd7 to bb10b43 Compare July 29, 2023 01:24
@ben-xD ben-xD self-assigned this Jul 29, 2023
@ben-xD ben-xD merged commit 324922a into main Jul 29, 2023
@ben-xD
Copy link
Owner Author

ben-xD commented Jul 29, 2023

Push 1.0.3 has this fix.

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.

iOS: Terminated app receives launch notification twice
1 participant